IMenuFlyoutSeparator Interface

Definition

Represents a horizontal line that separates items in a MenuFlyout.

public interface class IMenuFlyoutSeparator : Microsoft::Maui::IMenuFlyoutItem
public interface IMenuFlyoutSeparator : Microsoft.Maui.IMenuFlyoutItem
type IMenuFlyoutSeparator = interface
    interface IMenuFlyoutItem
    interface IMenuElement
    interface IElement
    interface IImageSourcePart
    interface IText
    interface ITextStyle
Public Interface IMenuFlyoutSeparator
Implements IMenuFlyoutItem
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

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

Applies to