Skip to main content

TickBarPlacement Enumeration

Enum which describes how to position the TickBar.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public enum TickBarPlacement

Members

Left0Position this tick at the left of target element.
Top1Position this tick at the top of target element.
Right2Position this tick at the right of target element.
Bottom3Position this tick at the bottom of target element.

See Also

Reference

Avalonia.Controls Namespace