ToolbarItem

Wisej.Hybrid.Shared.Toolbar.ToolbarItem

Namespace: Wisej.Hybrid.Shared.Toolbar

Assembly: Wisej.Hybrid (3.5.0.0)

Represents an item in the device's toolbar.

public class ToolbarItem

Constructors

ToolbarItem()

Initializes a new instance of ToolbarItem.

Fields

Name
Type
Description

Type

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.

Last updated