Table of Contents

Enum DrawerPosition

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll

Defines the position of a drawer on the screen.

public enum DrawerPosition

Fields

Bottom = 3

Drawer opens from the bottom.

Left = 0

Drawer opens from the left side.

Right = 1

Drawer opens from the right side.

Top = 2

Drawer opens from the top.