次の方法で共有


IMenuFlyoutSubItem インターフェイス

定義

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
派生
実装

プロパティ

CharacterSpacing

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

(継承元 ITextStyle)
Font

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

(継承元 ITextStyle)
Handler

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

(継承元 IElement)
IsAnimationPlaying

MenuFlyout ビューにサブメニューを表示するメニュー項目を表します。

(継承元 IImageSourcePart)
IsEnabled

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

(継承元 IMenuElement)
KeyboardAccelerators

MenuItem のショートカット キーを表します。

(継承元 IMenuFlyoutItem)
Parent

要素の親を取得します。

(継承元 IElement)
Source

MenuFlyout ビューにサブメニューを表示するメニュー項目を表します。

(継承元 IImageSourcePart)
Text

テキストを取得します。

(継承元 IText)
TextColor

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

(継承元 ITextStyle)

メソッド

Clicked()

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

(継承元 IMenuElement)
UpdateIsLoading(Boolean)

MenuFlyout ビューにサブメニューを表示するメニュー項目を表します。

(継承元 IImageSourcePart)

拡張メソッド

ToHandler(IElement, IMauiContext)

MenuFlyout ビューにサブメニューを表示するメニュー項目を表します。

ToPlatform(IElement, IMauiContext)

MenuFlyout ビューにサブメニューを表示するメニュー項目を表します。

適用対象