RangeValue(Double) Constructor
Initializes a new instance of the RangeValue class with the specified value.
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. |
See Also