Back to Devexpress

RadialProgressBar.Value Property

maui-devexpress-dot-maui-dot-gauges-dot-radialprogressbar.md

latest1.1 KB
Original Source

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

csharp
public double Value { get; set; }

Property Value

TypeDescription
Double

The current value.

|

Remarks

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

See Also

RadialProgressBar Class

RadialProgressBar Members

DevExpress.Maui.Gauges Namespace