DeviceTabBar

Wisej.Hybrid.DeviceTabBar

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Provides access to the client device's tab bar.

public class DeviceTabBar

Access this class through the Device singleton.

Constructors

Creates a new instance of DeviceTabBar.

Properties

Color: Gets or sets the background color for the tab bar.

TabBarItem[]: Gets or sets the tab bar items.

Color: Gets or sets the title color for the tab bar.

Color: Gets or sets the unselected color for the tab bar items.

Boolean: Gets or sets whether the tab bar is visible.

Events

EventHandler<TabSelectedEventArgs> Fires when a tab item is selected.

Last updated