Enum
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.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum SideDrawerLocation

Fields

Bottom

The side drawer appears from the bottom edge of the screen.

Declaration

cs-api-definition
Bottom = 1

Field Value

SideDrawerLocation

Left

The side drawer appears from the left edge of the screen.

Declaration

cs-api-definition
Left = 2

Field Value

SideDrawerLocation

Right

The side drawer appears from the right edge of the screen.

Declaration

cs-api-definition
Right = 3

Field Value

SideDrawerLocation

Top

The side drawer appears from the top edge of the screen.

Declaration

cs-api-definition
Top = 0

Field Value

SideDrawerLocation

In this article
DefinitionFieldsBottomLeftRightTop
Not finding the help you need?
Contact Support