Skip to main content Link Search Menu Expand Document (external link)

FAMenuFlyout

Namespace: FluentAvalonia.UI.Controls

Represents a flyout that displays a menu of commands.

C#

public class FAMenuFlyout : PopupFlyoutBase


Xaml

<ui:FAMenuFlyout />


Required Template Parts

None :)


Pseudoclasses




Examples and Usage Notes

None yet.


API

Note: Inherited members are not shown


Properties

FlyoutPresenterClasses Sets the Classes used for styling the MenuFlyoutPresenter. This property takes the place of WinUI's MenuFlyoutPresenterStyle
ItemContainerTheme Gets or sets the `Avalonia.Styling.ControlTheme` to apply for the items
ItemContainerThemeProperty Defines the `FluentAvalonia.UI.Controls.FAMenuFlyout.ItemContainerTheme` property
Items Gets or sets the items of the MenuFlyout
ItemsProperty Defines the `FluentAvalonia.UI.Controls.FAMenuFlyout.Items` property
ItemTemplate Gets or sets the template used for the items
ItemTemplateProperty Defines the `FluentAvalonia.UI.Controls.FAMenuFlyout.ItemTemplate` property


Events


Methods