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

DeviceTabBar()

Creates a new instance of DeviceTabBar.

Properties

BackColor

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

Items

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

SelectedColor

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

UnselectedColor

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

Visible

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

Events

TabSelected

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

Last updated