Table of Contents

Class DrawerOptions

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll

Options for configuring a drawer modal.

public sealed class DrawerOptions : ModalOptionsBase
Inheritance
object
DrawerOptions
Inherited Members

Constructors

DrawerOptions()

public DrawerOptions()

Properties

Position

The position of the drawer on the screen.

public DrawerPosition Position { get; set; }

Property Value

DrawerPosition

Size

The size of the drawer.

public string Size { get; set; }

Property Value

string