Skip to main content

TickBarPlacement Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Enum which describes how to position the TickBar.

public enum TickBarPlacement

Inheritance: Enum -> TickBarPlacement

Fields

NameDescription
BottomPosition this tick at the bottom of target element.
LeftPosition this tick at the left of target element.
RightPosition this tick at the right of target element.
TopPosition this tick at the top of target element.

Bottom Field

Position this tick at the bottom of target element.

public Avalonia.Controls.TickBarPlacement Bottom

Left Field

Position this tick at the left of target element.

public Avalonia.Controls.TickBarPlacement Left

Right Field

Position this tick at the right of target element.

public Avalonia.Controls.TickBarPlacement Right

Top Field

Position this tick at the top of target element.

public Avalonia.Controls.TickBarPlacement Top