Enum TrayPosition
The position of the Tray.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public enum TrayPosition
Fields
Name | Description |
---|---|
Bottom | The Tray is displayed at the bottom of the screen. |
Left | The Tray is displayed on the left side of the screen. |
Right | The Tray is displayed on the right side of the screen. |