TickBarPlacement Enumeration
Enum which describes how to position the TickBar.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum TickBarPlacement
Public Enumeration TickBarPlacement
type TickBarPlacement
Members
Left | 0 | Position this tick at the left of target element. |
Top | 1 | Position this tick at the top of target element. |
Right | 2 | Position this tick at the right of target element. |
Bottom | 3 | Position this tick at the bottom of target element. |