RangeBase::Value Property
.NET Framework (current version)
Gets or sets the current magnitude of the range control.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property double Value { double get(); void set(double value); }
The RangeBase control visually indicates the Value property in some way. For example, the slider and scrollbar controls have a thumb that is synchronized with the Value of the control.
If you set Value to a number that is less than the Minimum property, Value is set to Minimum. If you set Value to a number that is greater than the Maximum property, Value is set to Maximum.
Identifier field | |
Metadata properties set to true |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: