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:
C#
public enum SideDrawerLocation
Fields
The side drawer appears from the bottom edge of the screen.
C#
Bottom = 1
The side drawer appears from the left edge of the screen.
C#
Left = 2
The side drawer appears from the right edge of the screen.
C#
Right = 3
The side drawer appears from the top edge of the screen.
C#
Top = 0