TabBarItem
Namespace: Wisej.Hybrid.Shared.TabBar
Assembly: Wisej.Hybrid
Represents an item in the device's tab bar.
- C#
- VB.NET
public class TabBarItem
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.