Enum NavigationRailAnchor
The anchor of the Navigation Rail. The Rail will be anchored to the left or right side of the screen.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum NavigationRailAnchor
Fields
Name | Description |
---|---|
End | The Rail will be anchored to the right side of the screen. |
Start | The Rail will be anchored to the left side of the screen. |