Skip to main content

ToolbarItem

Namespace: Wisej.Hybrid.Shared.Toolbar

Assembly: Wisej.Hybrid

Represents an item in the device's toolbar.

public class ToolbarItem

Constructors​

Instance memberToolbarItem()​

Initializes a new instance of ToolbarItem.

Fields​

NameTypeDescription
TypeToolbarItemTypeGets or sets the toolbar item type.

Properties​

Instance memberEnabled​

Boolean: Gets or sets whether the toolbar item is enabled.

Instance memberImageSource​

String: Gets or sets the image associated with the toolbar item.

Instance memberText​

String: Gets or sets the toolbar item's text.

Instance memberWidth​

Int32: Gets or sets the width of the button for a fixed space.