AppBar.IsOpenProperty Property

Definition

Identifies the IsOpen dependency property.

public:
 static property DependencyProperty ^ IsOpenProperty { DependencyProperty ^ get(); };
static DependencyProperty IsOpenProperty();
public static DependencyProperty IsOpenProperty { get; }
var dependencyProperty = AppBar.isOpenProperty;
Public Shared ReadOnly Property IsOpenProperty As DependencyProperty

Property Value

The identifier for the IsOpen dependency property.

Applies to