Skip to main content

RangeBase.StartValue Property

Gets or sets the start value of the range.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(0, Handler = "StartValueChanged")]
public double StartValue { get; set; }

Property Value

Type Description
Double

A Double value which is the start of the range.

Remarks

Use the StartValue and RangeBase.EndValue properties to specify the range.

Example: How to: Use ArcScale

See Also