4.671 RangeBase

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > RangeBase, IInputElement
RangeBase
ProgressBar ScrollBar Slider
(usage)
None.
(description)
Represents an element that has a value within a specific range.
[is default constructible]
false
[name property]
Name
[xml lang property]
Language
(properties)
LargeChange
x:Double
(description)
A value to be added to or subtracted from the Value of a RangeBase control.
Maximum
x:Double
(description)
The highest possible Value of the range element.
Minimum
x:Double
(description)
The Minimum possible Value of the range element.
SmallChange
x:Double
(description)
A Value to be added to or subtracted from the Value of a RangeBase control.
Value
x:Double
(description)
The current magnitude of the range control.
(events)
ValueChanged
Occurs when the range value changes.