SplitView.ClosedDisplayMode (static) property

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
(Static property) Gets an enumeration that represents the display modes of a closed pane.
Syntax
mySplitView.ClosedDisplayMode = WinJS.UI.SplitView.ClosedDisplayMode.inline -or- mySplitView.ClosedDisplayMode = WinJS.UI.SplitView.ClosedDisplayMode.none
Property value
Type: string
An enumeration with these values:
| Value | Condition |
|---|---|
|
The pane is partially visible. | |
|
The pane is not visible. |
Remarks
This property replaces the HiddenDisplayMode static property.
Requirements
|
Minimum WinJS version |
WinJS 4.0-Preview |
|---|---|
|
Namespace |
WinJS.UI |
See also