SplitView.PaneProperty Property

Definition

Identifies the Pane  dependency property.

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

Property Value

The identifier for the  Pane dependency property.

Applies to

See also