IMenuElement インターフェイス

定義

public interface class IMenuElement : Microsoft::Maui::IElement, Microsoft::Maui::IImageSourcePart, Microsoft::Maui::IText
public interface IMenuElement : Microsoft.Maui.IElement, Microsoft.Maui.IImageSourcePart, Microsoft.Maui.IText
type IMenuElement = interface
    interface IElement
    interface IImageSourcePart
    interface IText
    interface ITextStyle
Public Interface IMenuElement
Implements IElement, IImageSourcePart, IText
派生
実装

プロパティ

CharacterSpacing

テキストの文字間の間隔を取得します。

(継承元 ITextStyle)
Font

フォント ファミリ、スタイル、フォントのサイズを取得します。

(継承元 ITextStyle)
Handler

要素のビュー ハンドラーを取得または設定します。

(継承元 IElement)
IsAnimationPlaying (継承元 IImageSourcePart)
IsEnabled

ユーザー インターフェイスでこのビューが有効かどうかを示す値を取得します。

Parent

要素の親を取得します。

(継承元 IElement)
Source (継承元 IImageSourcePart)
Text

テキストを取得します。

(継承元 IText)
TextColor

テキストの色を取得します。

(継承元 ITextStyle)

メソッド

Clicked()

IMenuElement がクリックされたときに発生します。

UpdateIsLoading(Boolean) (継承元 IImageSourcePart)

拡張メソッド

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

適用対象