Skip to main content

TabBarItem

Namespace: Wisej.Hybrid.Shared.TabBar

Assembly: Wisej.Hybrid

Represents an item in the device's tab bar.

public class TabBarItem

Constructors​

Instance memberTabBarItem()​

Initializes a new instance of TabBarItem.

Properties​

Instance memberBadge​

Int32: Gets or sets the badge value for the given tab.

Instance memberEnabled​

Boolean: Gets or sets whether the tab is enabled.

Instance memberImageSource​

String: The tab icon source.

Instance memberSelected​

Boolean: Gets or sets whether the item is selected.

Instance memberTitle​

String: The tab title.