TickPlacement Enum

Summary

Enum which describes how to position the ticks in a Slider.
Namespace
Avalonia.Controls
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["TickPlacement"] class Type type-node

Syntax

public enum TickPlacement

Fields

Name Constant Value Summary
BottomRight 2
Tick marks will appear below the track for a horizontal Slider, or to the right of the track for a vertical Slider.
static
None 0
No tick marks will appear.
static
Outside 3
Tick marks appear on both sides of either a horizontal or vertical Slider.
static
TopLeft 1
Tick marks will appear above the track for a horizontal Slider, or to the left of the track for a vertical Slider.
static

Extension Methods