Skip to main content

DeviceTabBar

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

Provides access to the client device's tab bar.

public class DeviceTabBar

Access this class through the Device singleton.

Constructors​

Instance memberDeviceTabBar()​

Creates a new instance of DeviceTabBar.

Properties​

Instance memberBackColor​

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

Instance memberItems​

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

Instance memberSelectedColor​

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

Instance memberUnselectedColor​

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

Instance memberVisible​

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

Events​

Instance memberTabSelected​

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