Skip to main content

SplitViewPanePlacement Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Defines constants for where the Pane should appear

public enum SplitViewPanePlacement

Inheritance: Enum -> SplitViewPanePlacement

Fields

NameDescription
BottomThe pane is shown below the content.
LeftThe pane is shown to the left of content.
RightThe pane is shown to the right of content.
TopThe pane is shown above the content.

Bottom Field

The pane is shown below the content.

public Avalonia.Controls.SplitViewPanePlacement Bottom

Left Field

The pane is shown to the left of content.

public Avalonia.Controls.SplitViewPanePlacement Left

Right Field

The pane is shown to the right of content.

public Avalonia.Controls.SplitViewPanePlacement Right

Top Field

The pane is shown above the content.

public Avalonia.Controls.SplitViewPanePlacement Top