TickBarPlacement Enumeration

Enum which describes how to position the TickBar.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
C#
public enum TickBarPlacement

Members

Left0 Position this tick at the left of target element.
Top1 Position this tick at the top of target element.
Right2 Position this tick at the right of target element.
Bottom3 Position this tick at the bottom of target element.

See Also