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

Int32arrow-up-right: Gets or sets the badge value for the given tab.

Enabled

Booleanarrow-up-right: Gets or sets whether the tab is enabled.

ImageSource

Stringarrow-up-right: The tab icon source.

Selected

Booleanarrow-up-right: Gets or sets whether the item is selected.

Title

Stringarrow-up-right: The tab title.

Last updated