ToolbarItem
Namespace: Wisej.Hybrid.Shared.Toolbar
Assembly: Wisej.Hybrid
Represents an item in the device's toolbar.
- C#
- VB.NET
public class ToolbarItem
Public Class ToolbarItem
Constructors
ToolbarItem()
Initializes a new instance of ToolbarItem.
Fields
| Name | Type | Description |
|---|---|---|
| Type | ToolbarItemType | Gets or sets the toolbar item type. |
Properties
Enabled
Boolean: Gets or sets whether the toolbar item is enabled.
ImageSource
String: Gets or sets the image associated with the toolbar item.
Text
String: Gets or sets the toolbar item's text.
Width
Int32: Gets or sets the width of the button for a fixed space.