Flyout Property
Gets or sets the Flyout that should be shown with this button.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public FlyoutBase? Flyout { get; set; }
Public Property Flyout As FlyoutBase
Get
Set
member Flyout : FlyoutBase with get, set