TwoPaneView.Mode Property

Definition

Gets a value that indicates how panes are shown.

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

public:
 property TwoPaneViewMode Mode { TwoPaneViewMode get(); };
TwoPaneViewMode Mode();
public TwoPaneViewMode Mode { get; }
var twoPaneViewMode = twoPaneView.mode;
Public ReadOnly Property Mode As TwoPaneViewMode

Property Value

An enumeration value that indicates how panes are shown.

Applies to