4.927 TickBar

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > TickBar, IInputElement
TickBar
(usage)
<TickBar />
(description)
Represents a control that draws a set of tick marks for a Slider control.
[name property]
Name
[xml lang property]
Language
(properties)
Fill
Brush
(description)
The Brush that is used to draw the tick marks.
IsDirectionReversed
x:Boolean
(description)
The direction of increasing value of the tick marks.
IsSelectionRangeEnabled
x:Boolean
(description)
Whether the TickBar displays a selection range.
Maximum
x:Double
(description)
The maximum value that is possible for a tick mark.
Minimum
x:Double
(description)
The minimum value that is possible for a tick mark.
Placement
TickBarPlacement
(description)
Where tick marks appear relative to a Track of a Slider control.
ReservedSpace
x:Double
(description)
A space buffer for the area that contains the tick marks that are specified for a TickBar.
SelectionEnd
x:Double
(description)
The end point of a selection.
SelectionStart
x:Double
(description)
The start point of a selection.
TickFrequency
x:Double
(description)
The interval between tick marks.
Ticks
DoubleCollection
(description)
The positions of the tick marks.