Skip to main content
A newer version of this page is available. .

RangeBase.StartValue Property

Gets or sets the start value of the range.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.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