Defines the position of the ticks in the Slider.
Definition
Fields
The tick marks are located to the bottom side of the horizontal track or to the right side of the vertical track.
C#
After = 1
The tick marks are located to the top side of the horizontal track or to the left side of a vertical track.
C#
Before = 0
The tick marks are located on both sides of the track. This is the default value for the Slider.
C#
Both = 2
The tick marks are not visible. The actual elements are not added to the DOM tree.
C#
None = 3