IMenuFlyoutSubItem Interface

Definition

Represents a menu item that displays a sub-menu in a MenuFlyout view.

public interface IMenuFlyoutSubItem : Microsoft.Maui.IMenuFlyoutItem, System.Collections.Generic.ICollection<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IEnumerable<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IList<Microsoft.Maui.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.

(Inherited from IMenuFlyoutItem)
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

Applies to

Product Versions
.NET MAUI 8, 9