SplitView.PanePlacement property
(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 |
|---|---|
|
Display the pane on the left. |
|
Display the pane on the right. |
|
Display the pane on the top. |
|
Display the pane on the bottom. |
Requirements
|
Minimum WinJS version |
WinJS 4.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: