4.949 Track

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Track, IInputElement
Track
(usage)
<Track />
(description)
Represents a control primitive that handles the positioning and sizing of a Thumb control and two RepeatButton controls that are used to set a Value.
[name property]
Name
[xml lang property]
Language
(properties)
DecreaseRepeatButton
RepeatButton
(description)
The RepeatButton that decreases the Value property of the Track.
IncreaseRepeatButton
RepeatButton
(description)
The RepeatButton that increases the Value property of the Track type.
IsDirectionReversed
x:Boolean
(description)
Whether the direction of increasing Value is reversed from the default direction.
Maximum
x:Double
(description)
The maximum possible Value of the Track.
Minimum
x:Double
(description)
The minimum possible Value of the Track.
Orientation
Orientation
(description)
A value that indicates whether the Track is displayed horizontally or vertically.
Thumb
Thumb
(description)
The Thumb control that is used to change the Value of a Track.
Value
x:Double
(description)
The current value of the Track as determined by the position of the Thumb control.
ViewportSize
x:Double
(description)
The size of the part of the scrollable content that is visible.