Udostępnij przez


NavigationView.DisplayMode Property

Definition

Gets a value that specifies how the pane and content areas of a NavigationView are being shown.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.NavigationView.DisplayMode (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property NavigationViewDisplayMode DisplayMode { NavigationViewDisplayMode get(); };
NavigationViewDisplayMode DisplayMode();
public NavigationViewDisplayMode DisplayMode { get; }
var navigationViewDisplayMode = navigationView.displayMode;
Public ReadOnly Property DisplayMode As NavigationViewDisplayMode

Property Value

A value of the enumeration that specifies how the pane and content areas of a NavigationView are being shown.

Remarks

To set the state of the pane and content areas, use the PaneDisplayMode property.

Applies to