RangeBase.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current setting of the range control, which may be coerced.
public:
property double Value { double get(); void set(double value); };
double Value();
void Value(double value);
public double Value { get; set; }
var double = rangeBase.value;
rangeBase.value = double;
Public Property Value As Double
<rangeBase Value="double"/>
Property Value
Double
double
The current setting of the range control, which may be coerced. The default is 0.