Enum DrawerPosition
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
Defines the position of a drawer on the screen.
public enum DrawerPosition
Fields
Bottom = 3Drawer opens from the bottom.
Left = 0Drawer opens from the left side.
Right = 1Drawer opens from the right side.
Top = 2Drawer opens from the top.