Skip to main content

DrawerPlacement Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Defines which edge of the Avalonia.Controls.DrawerPage the drawer pane slides in from.

public enum DrawerPlacement

Inheritance: Enum -> DrawerPlacement

Fields

NameDescription
BottomThe drawer slides up from the bottom edge.
LeftThe drawer slides in from the left edge.
RightThe drawer slides in from the right edge.
TopThe 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