IMenuFlyoutSeparator インターフェイス

定義

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

プロパティ

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 内の項目を区切る水平線を表します。

適用対象