IndicatorBase.Fill Property
Gets or sets the brush used to paint ValueIndicatorBase descendants. 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 brush used to paint ValueIndicatorBase descendants. |
See Also