Enum LabelType
How to display the label of the NavigationRailItem.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum LabelType
  Fields
| Name | Description | 
|---|---|
| All | Every label will be displayed.  | 
      
| None | No label will be displayed.  | 
      
| Selected | Only the selected label will be displayed.  |