Skip to main content
A newer version of this page is available. .

GaugeOptionsBase.Fill Property

Defines the color to fill this object.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "NotifyDependencyPropertyChanged")]
public Brush Fill { get; set; }

Property Value

Type Description
Brush

A Brush object.

See Also