Class BottomNavBar
A bottom navigation bar visual element.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public class BottomNavBar : BaseVisualElement, IEventHandler, IVisualElementScheduler, IExperimentalFeatures, ITransitionAnimations, ITransform, IResolvedStyle, IContextOverrideElement, IAdditionalDataHolder
Constructors
BottomNavBar()
Default constructor.
Declaration
public BottomNavBar()
Fields
ussClassName
The BottomNavBar's USS class name.
Declaration
public const string ussClassName = "appui-bottom-navbar"
Field Value
Type | Description |
---|---|
string |
Properties
contentContainer
The content container of the BottomNavBar.
Declaration
public override VisualElement contentContainer { get; }
Property Value
Type | Description |
---|---|
Visual |