SplitViewPanePlacement
SplitViewPanePlacement
SplitViewPanePlacement
SplitViewPanePlacement
Enum
Definition
Defines constants that specify whether the pane is to the left or right of the content in a SplitView.
public : enum class SplitViewPanePlacementpublic enum SplitViewPanePlacementPublic Enum SplitViewPanePlacement// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Left Left Left Left | The pane is shown to the left of the SplitView content . |
| Right Right Right Right | The pane is shown to the right of the SplitView content . |
Remarks
These enumeration values are used with the SplitView.PanePlacement property. For more info, see PanePlacement.