FlyoutBase.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 = FlyoutBase.isOpenProperty;
Public Shared ReadOnly Property IsOpenProperty As DependencyProperty

Property Value

The identifier for the IsOpen dependency property.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to