TickPlacement Enumeration
Enum which describes how to position the ticks in a Slider.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum TickPlacement
Public Enumeration TickPlacement
type TickPlacement
Members
None | 0 | No tick marks will appear. |
TopLeft | 1 | Tick marks will appear above the track for a horizontal Slider, or to the left of the track for a vertical Slider. |
BottomRight | 2 | Tick marks will appear below the track for a horizontal Slider, or to the right of the track for a vertical Slider. |
Outside | 3 | Tick marks appear on both sides of either a horizontal or vertical Slider. |