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