NavigationView.OpenPaneLengthProperty Property

Definition

Identifies the OpenPaneLength dependency property.

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

public:
 static property DependencyProperty ^ OpenPaneLengthProperty { DependencyProperty ^ get(); };
static DependencyProperty OpenPaneLengthProperty();
public static DependencyProperty OpenPaneLengthProperty { get; }
var dependencyProperty = NavigationView.openPaneLengthProperty;
Public Shared ReadOnly Property OpenPaneLengthProperty As DependencyProperty

Property Value

The identifier for the OpenPaneLength dependency property.

Applies to