Skip to main content

GaugeOptionsBase.Fill Property

Defines the color to fill this object.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.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