SplitViewPanePlacement Enumeration
Defines constants for where the Pane should appear
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum SplitViewPanePlacement
Public Enumeration SplitViewPanePlacement
type SplitViewPanePlacement
Members
| Left | 0 | The pane is shown to the left of content. |
| Right | 1 | The pane is shown to the right of content. |
| Top | 2 | The pane is shown above the content. |
| Bottom | 3 | The pane is shown below the content. |