RadialProgressBar.ValueIndicatorFill Property
Gets or sets the brush that is used to fill the value indicator. This is a bindable property.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
Declaration
public Brush ValueIndicatorFill { get; set; }
Property Value
Type | Description |
---|---|
Brush | The value indicator’s fill brush. |
See Also