Class DrawerOptions
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
Options for configuring a drawer modal.
public sealed class DrawerOptions : ModalOptionsBase
- Inheritance
-
objectDrawerOptions
- Inherited Members
Constructors
DrawerOptions()
public DrawerOptions()
Properties
Position
The position of the drawer on the screen.
public DrawerPosition Position { get; set; }
Property Value
Size
The size of the drawer.
public string Size { get; set; }
Property Value
- string