Class TabItem
An item used in Tabs bar.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class TabItem : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, ISelectableElement, IPressable
Constructors
Name | Description |
---|---|
TabItem() | Default constructor. |
Fields
Name | Description |
---|---|
iconUssClassName | The TabItem icon styling class. |
labelUssClassName | The TabItem label styling class. |
ussClassName | The TabItem main styling class. |
Properties
Name | Description |
---|---|
clickable | Clickable Manipulator for this TabItem. |
icon | The TabItem icon. |
label | The TabItem label. |
selected | The selected state of the TabItem. |
Methods
Name | Description |
---|---|
SetSelectedWithoutNotify(bool) | Set the selected state of the TabItem without notifying the selection system. |