IMenuFlyoutItem Interface

Definition

Represents a command in a MenuFlyout view.

public interface class IMenuFlyoutItem : Microsoft::Maui::IMenuElement
public interface IMenuFlyoutItem : Microsoft.Maui.IMenuElement
type IMenuFlyoutItem = interface
    interface IMenuElement
    interface IElement
    interface IImageSourcePart
    interface IText
    interface ITextStyle
Public Interface IMenuFlyoutItem
Implements IMenuElement
Derived
Implements

Properties

CharacterSpacing

Gets the spacing between characters of the text.

(Inherited from ITextStyle)
Font

Gets the font family, style and size of the font.

(Inherited from ITextStyle)
Handler

Gets or sets the View Handler of the Element.

(Inherited from IElement)
IsAnimationPlaying (Inherited from IImageSourcePart)
IsEnabled

Gets a value indicating whether this View is enabled in the user interface.

(Inherited from IMenuElement)
KeyboardAccelerators

Represents a shortcut key for a MenuItem.

Parent

Gets the Parent of the Element.

(Inherited from IElement)
Source (Inherited from IImageSourcePart)
Text

Gets the text.

(Inherited from IText)
TextColor

Gets the text color.

(Inherited from ITextStyle)

Methods

Clicked()

Occurs when the IMenuElement is clicked.

(Inherited from IMenuElement)
UpdateIsLoading(Boolean) (Inherited from IImageSourcePart)

Extension Methods

ToHandler(IElement, IMauiContext)
ToPlatform(IElement, IMauiContext)

Applies to