TwoPaneView.ModeProperty Property

Definition

Identifies the Mode dependency property.

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

public:
 static property DependencyProperty ^ ModeProperty { DependencyProperty ^ get(); };
static DependencyProperty ModeProperty();
public static DependencyProperty ModeProperty { get; }
var dependencyProperty = TwoPaneView.modeProperty;
Public Shared ReadOnly Property ModeProperty As DependencyProperty

Property Value

The identifier for the Mode dependency property.

Applies to