IMenuFlyoutSeparator 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示分隔 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 中的项的水平线。 |