Button.FlyoutProperty Property

Definition

Identifies the Flyout dependency property.

public:
 static property DependencyProperty ^ FlyoutProperty { DependencyProperty ^ get(); };
static DependencyProperty FlyoutProperty();
public static DependencyProperty FlyoutProperty { get; }
var dependencyProperty = Button.flyoutProperty;
Public Shared ReadOnly Property FlyoutProperty As DependencyProperty

Property Value

The identifier for the Flyout dependency property.

Applies to