Table of Contents

Enum TickPlacement

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Enum which describes how to position the ticks in a Slider.

public enum TickPlacement

Fields

BottomRight = 2

Tick marks will appear below the track for a horizontal Slider, or to the right of the track for a vertical Slider.

None = 0

No tick marks will appear.

Outside = 3

Tick marks appear on both sides of either a horizontal or vertical Slider.

TopLeft = 1

Tick marks will appear above the track for a horizontal Slider, or to the left of the track for a vertical Slider.