SplitView.IsPaneOpenProperty Property

Definition

Identifies the IsPaneOpen  dependency property.

public:
 static property DependencyProperty ^ IsPaneOpenProperty { DependencyProperty ^ get(); };
static DependencyProperty IsPaneOpenProperty();
public static DependencyProperty IsPaneOpenProperty { get; }
var dependencyProperty = SplitView.isPaneOpenProperty;
Public Shared ReadOnly Property IsPaneOpenProperty As DependencyProperty

Property Value

The identifier for the IsPaneOpen  dependency property.

Applies to

See also