IMenuFlyoutItem 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 MenuFlyout 视图中的命令。
public interface class IMenuFlyoutItem : Microsoft::Maui::IMenuElement
public interface IMenuFlyoutItem : Microsoft.Maui.IMenuElement
type IMenuFlyoutItem = interface
interface IMenuElement
interface IElement
interface IImageSourcePart
interface IText
interface ITextStyle
Public Interface IMenuFlyoutItem
Implements IMenuElement
- 派生
- 实现
属性
CharacterSpacing |
获取文本字符之间的间距。 (继承自 ITextStyle) |
Font |
获取字体系列、样式和字体大小。 (继承自 ITextStyle) |
Handler |
获取或设置 元素的视图处理程序。 (继承自 IElement) |
IsAnimationPlaying |
表示 MenuFlyout 视图中的命令。 (继承自 IImageSourcePart) |
IsEnabled |
获取一个值,该值指示是否在用户界面中启用此视图。 (继承自 IMenuElement) |
KeyboardAccelerators |
表示 MenuItem 的快捷键。 |
Parent |
获取 元素的父级。 (继承自 IElement) |
Source |
表示 MenuFlyout 视图中的命令。 (继承自 IImageSourcePart) |
Text |
获取文本。 (继承自 IText) |
TextColor |
获取文本颜色。 (继承自 ITextStyle) |
方法
Clicked() |
单击 IMenuElement 时发生。 (继承自 IMenuElement) |
UpdateIsLoading(Boolean) |
表示 MenuFlyout 视图中的命令。 (继承自 IImageSourcePart) |
扩展方法
ToHandler(IElement, IMauiContext) |
表示 MenuFlyout 视图中的命令。 |
ToPlatform(IElement, IMauiContext) |
表示 MenuFlyout 视图中的命令。 |