RangeValue(Double, RangeValueType) Constructor
Initializes a new instance of the RangeValue class with the specified value and value type.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Double | A Double object that specifies one of the range values. This value is assigned to the RangeValue.Value property. |
type | RangeValueType | A RangeValueType enumeration value that specifies how the assigned value should be treated - as percents or as an absolute value. This parameter is assigned to the RangeValue.RangeValueType property. |
See Also