MenuItem
Wisej.Hybrid.Shared.MenuBar.MenuItem
Namespace: Wisej.Hybrid.Shared.MenuBar
Assembly: Wisej.Hybrid (3.5.0.0)
Represents a menu item that can be used in a user interface.
Constructors
MenuItem()
Initializes a new instance of MenuItem.
Properties
FontImageSource
FontImageSource: Gets or sets the FontImageSource associated with the menu item for displaying icons.
IsSeparator
Boolean: Gets or sets a value indicating whether this menu item is a separator.
Items
MenuItem[]: Gets or sets an array of child menu items.
Text
String: Gets or sets the text content of the menu item.
Last updated