IMenuElement Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IMenuElement : Microsoft::Maui::IElement, Microsoft::Maui::IImageSourcePart, Microsoft::Maui::IText
public interface IMenuElement : Microsoft.Maui.IElement, Microsoft.Maui.IImageSourcePart, Microsoft.Maui.IText
type IMenuElement = interface
interface IElement
interface IImageSourcePart
interface IText
interface ITextStyle
Public Interface IMenuElement
Implements IElement, IImageSourcePart, IText
- Derived
- Implements
Properties
CharacterSpacing |
Gets the spacing between characters of the text. (Inherited from ITextStyle) |
Font |
Gets the font family, style and size of the font. (Inherited from ITextStyle) |
Handler |
Gets or sets the View Handler of the Element. (Inherited from IElement) |
IsAnimationPlaying | (Inherited from IImageSourcePart) |
IsEnabled |
Gets a value indicating whether this View is enabled in the user interface. |
Parent |
Gets the Parent of the Element. (Inherited from IElement) |
Source | (Inherited from IImageSourcePart) |
Text |
Gets the text. (Inherited from IText) |
TextColor |
Gets the text color. (Inherited from ITextStyle) |
Methods
Clicked() |
Occurs when the IMenuElement is clicked. |
UpdateIsLoading(Boolean) | (Inherited from IImageSourcePart) |
Extension Methods
ToHandler(IElement, IMauiContext) | |
ToPlatform(IElement, IMauiContext) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.