Flyout.ContentProperty Property
Definition
Gets the identifier for the Content dependency property.
Equivalent WinUI property: Microsoft.UI.Xaml.Controls.Flyout.ContentProperty.
public:
static property DependencyProperty ^ ContentProperty { DependencyProperty ^ get(); };
DependencyProperty ContentProperty();
public static DependencyProperty ContentProperty { get; }
var dependencyProperty = Flyout.contentProperty;
Public Shared ReadOnly Property ContentProperty As DependencyProperty
Property Value
The identifier for the Content dependency property.