RangeBase.Value Property

Definition

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.

Applies to