Share via


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

取得或設定 Element 的 View 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 中的專案。

適用於