Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
(Static property) Gets an enumeration that represents the placement options for the pane.
Syntax
mySplitView.PanePlacement = WinJS.UI.SplitView.PanePlacement.left
-or-
mySplitView.PanePlacement = WinJS.UI.SplitView.PanePlacement.right
-or-
mySplitView.PanePlacement = WinJS.UI.SplitView.PanePlacement.top
-or-
mySplitView.PanePlacement = WinJS.UI.SplitView.PanePlacement.bottom
Property value
Type: Enum
An enumeration with these values:
Value | Condition |
---|---|
WinJS.UI.SplitView.PanePlacement.left | Display the pane on the left. |
WinJS.UI.SplitView.PanePlacement.right | Display the pane on the right. |
WinJS.UI.SplitView.PanePlacement.top | Display the pane on the top. |
WinJS.UI.SplitView.PanePlacement.bottom | Display the pane on the bottom. |
Requirements
Minimum WinJS version |
WinJS 4.0 |
Namespace |
WinJS.UI |