Udostępnij za pośrednictwem


IMenuFlyoutSubItem Interfejs

Definicja

Reprezentuje element menu, który wyświetla pod menu w widoku MenuFlyout.

public interface class 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 ^>
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>
type IMenuFlyoutSubItem = interface
    interface IMenuFlyoutItem
    interface IMenuElement
    interface IElement
    interface IImageSourcePart
    interface IText
    interface ITextStyle
    interface IList<IMenuElement>
    interface ICollection<IMenuElement>
    interface seq<IMenuElement>
    interface IEnumerable
Public Interface IMenuFlyoutSubItem
Implements ICollection(Of IMenuElement), IEnumerable(Of IMenuElement), IList(Of IMenuElement), IMenuFlyoutItem
Pochodne
Implementuje

Właściwości

CharacterSpacing

Pobiera odstępy między znakami tekstu.

(Odziedziczone po ITextStyle)
Font

Pobiera rodzinę czcionek, styl i rozmiar czcionki.

(Odziedziczone po ITextStyle)
Handler

Pobiera lub ustawia procedurę obsługi widoku elementu.

(Odziedziczone po IElement)
IsAnimationPlaying

Reprezentuje element menu, który wyświetla pod menu w widoku MenuFlyout.

(Odziedziczone po IImageSourcePart)
IsEnabled

Pobiera wartość wskazującą, czy ten widok jest włączony w interfejsie użytkownika.

(Odziedziczone po IMenuElement)
KeyboardAccelerators

Reprezentuje klawisz skrótu dla elementu MenuItem.

(Odziedziczone po IMenuFlyoutItem)
Parent

Pobiera element nadrzędny elementu.

(Odziedziczone po IElement)
Source

Reprezentuje element menu, który wyświetla pod menu w widoku MenuFlyout.

(Odziedziczone po IImageSourcePart)
Text

Pobiera tekst.

(Odziedziczone po IText)
TextColor

Pobiera kolor tekstu.

(Odziedziczone po ITextStyle)

Metody

Clicked()

Występuje po kliknięciu elementu IMenuElement.

(Odziedziczone po IMenuElement)
UpdateIsLoading(Boolean)

Reprezentuje element menu, który wyświetla pod menu w widoku MenuFlyout.

(Odziedziczone po IImageSourcePart)

Metody rozszerzania

ToHandler(IElement, IMauiContext)

Reprezentuje element menu, który wyświetla pod menu w widoku MenuFlyout.

ToPlatform(IElement, IMauiContext)

Reprezentuje element menu, który wyświetla pod menu w widoku MenuFlyout.

Dotyczy