DeviceToolbar

Wisej.Hybrid.DeviceToolbar

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Provides methods to interact with the client device's toolbar.

public class DeviceToolbar

The Device's title bar must be visible to see the toolbar. Access this class through the Device singleton.

Constructors

Initializes a new instance of DeviceToolbar.

Properties

Color: Gets or sets the toolbar's background color.

Color: Gets or sets the toolbar's foreground color.

ToolbarItem[]: Gets or sets the device's toolbar items.

Boolean: Gets or sets whether the toolbar is visible.

Events

EventHandler<ToolbarItemClickedEventArgs> Fires when a toolbar item is clicked.

Last updated