Skip to main content

PredefinedDigitalGaugeLayerPresentation.ActualFill Property

Gets the actual fill color of the digital gauge layer element.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v23.2.dll

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public Brush ActualFill { get; }

Property Value

Type Description
Brush

A Brush object that is the actual fill color of the digital gauge layer.

See Also