Class SideDrawerLocation
Specifies the location where the side drawer appears relative to the main content. These values determine which edge of the screen the drawer slides out from.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class SideDrawerLocation : Enum
Fields
Bottom
The side drawer appears from the bottom edge of the screen.
Declaration
public const SideDrawerLocation Bottom
Field Value
SideDrawerLocation
|
Left
The side drawer appears from the left edge of the screen.
Declaration
public const SideDrawerLocation Left
Field Value
SideDrawerLocation
|
Right
The side drawer appears from the right edge of the screen.
Declaration
public const SideDrawerLocation Right
Field Value
SideDrawerLocation
|
Top
The side drawer appears from the top edge of the screen.
Declaration
public const SideDrawerLocation Top
Field Value
SideDrawerLocation
|
value__
Declaration
public int value__
Field Value
System.Int32
|