RadialProgressBar.Fill Property
Gets or sets the brush that is used to fill the radial progress bar scale. This is a bindable property.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
#Declaration
public Brush Fill { get; set; }
#Property Value
Type | Description |
---|---|
Brush | The scale fill brush. |