Enum DrawerAnchor
The anchor of the Drawer. The Drawer will be anchored to the left or right side of the screen.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum DrawerAnchor
Fields
Name | Description |
---|---|
Left | The Drawer will be anchored to the left side of the screen. |
Right | The Drawer will be anchored to the right side of the screen. |