SplitViewPanePlacement Enumeration

Defines constants for where the Pane should appear

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum SplitViewPanePlacement

Members

Left0 The pane is shown to the left of content.
Right1 The pane is shown to the right of content.

See Also