Skip to main content

RadialProgressBar.Value Property

Gets or sets the radial progress bar’s value in the 0..1 range. Use StartValue and EndValue to change value boundaries. This is a bindable property.

Namespace: DevExpress.Maui.Gauges

Assembly: DevExpress.Maui.Gauges.dll

NuGet Package: DevExpress.Maui.Gauges

Declaration

public double Value { get; set; }

Property Value

Type Description
Double

The current value.

Remarks

When the IsIndeterminate property is set to true, RadialProgressBar ignores the Value property.

See Also