SplitViewPanePlacement Enum
Definition
Defines constants for where the Pane should appear
public enum SplitViewPanePlacement
Fields
| Name | Description |
|---|---|
| Bottom | The pane is shown below the content. |
| Left | The pane is shown to the left of content. |
| Right | The pane is shown to the right of content. |
| Top | The 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