TwoPaneView.Pane1LengthProperty Property

Definition

Identifies the Pane1Length dependency property.

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

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

Property Value

The identifier for the Pane1Length dependency property.

Applies to