TickBarPlacement Enum
Definition
Enum which describes how to position the TickBar.
public enum TickBarPlacement
Fields
| Name | Description |
|---|---|
| Bottom | Position this tick at the bottom of target element. |
| Left | Position this tick at the left of target element. |
| Right | Position this tick at the right of target element. |
| Top | Position 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