Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SplitView.DisplayMode Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets of sets a value that specifies how the pane and content areas of a SplitView are shown.

public:
 property SplitViewDisplayMode DisplayMode { SplitViewDisplayMode get(); void set(SplitViewDisplayMode value); };
SplitViewDisplayMode DisplayMode();

void DisplayMode(SplitViewDisplayMode value);
public SplitViewDisplayMode DisplayMode { get; set; }
var splitViewDisplayMode = splitView.displayMode;
splitView.displayMode = splitViewDisplayMode;
Public Property DisplayMode As SplitViewDisplayMode
<SplitView DisplayMode="splitViewDisplayModeMemberName" />
 

Property Value

A value of the enumeration that specifies how the pane and content areas of a SplitView are shown. The default is Overlay.

Applies to


Feedback

Was this page helpful?