TabBarItem
Wisej.Hybrid.Shared.TabBar.TabBarItem
Namespace: Wisej.Hybrid.Shared.TabBar
Assembly: Wisej.Hybrid (3.5.0.0)
Represents an item in the device's tab bar.
public class TabBarItem
Constructors
TabBarItem()

Initializes a new instance of TabBarItem.
Properties
Badge

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

Boolean: Gets or sets whether the tab is enabled.
ImageSource

String: The tab icon source.
Selected

Boolean: Gets or sets whether the item is selected.
Title

String: The tab title.
Last updated