Class BottomNavBarItem
A bottom navigation bar item visual element.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class BottomNavBarItem : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IPressable
Constructors
Name | Description |
---|---|
BottomNavBarItem() | Default constructor. |
BottomNavBarItem(string, string, Action) | Constructor. |
Fields
Name | Description |
---|---|
iconUssClassName | The BottomNavBarItem's icon USS class name. |
labelUssClassName | The BottomNavBarItem's label USS class name. |
ussClassName | The BottomNavBarItem's USS class name. |
Properties
Name | Description |
---|---|
clickable | Clickable Manipulator for this BottomNavBarItem. |
icon | The BottomNavBarItem's icon. |
iconVariant | The BottomNavBarItem's icon variant. |
isSelected | Whether the BottomNavBarItem is selected. |
label | The BottomNavBarItem's label. |
selectedIconVariant | The BottomNavBarItem's selected icon variant. |