DrawerPlacement Enum
Definition
Defines which edge of the Avalonia.Controls.DrawerPage the drawer pane slides in from.
public enum DrawerPlacement
Fields
| Name | Description |
|---|---|
| Bottom | The drawer slides up from the bottom edge. |
| Left | The drawer slides in from the left edge. |
| Right | The drawer slides in from the right edge. |
| Top | The drawer slides down from the top edge. |
Bottom Field
The drawer slides up from the bottom edge.
public Avalonia.Controls.DrawerPlacement Bottom
Left Field
The drawer slides in from the left edge.
public Avalonia.Controls.DrawerPlacement Left
Right Field
The drawer slides in from the right edge.
public Avalonia.Controls.DrawerPlacement Right
Top Field
The drawer slides down from the top edge.
public Avalonia.Controls.DrawerPlacement Top