Class DrawerPosition
Describes the position of the drawer in relation to the screen and the content.
Inheritance
System.Object
DrawerPosition
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public sealed class DrawerPosition : Enum
Fields
End
Position the drawer on the right side of the screen.
Declaration
public const DrawerPosition End
Field Value
DrawerPosition
|
Start
Position the drawer on the left side of the screen. This is the default position.
Declaration
public const DrawerPosition Start
Field Value
DrawerPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|