Skip to main content

PredefinedLinearScaleRangeBarPresentation.ActualFill Property

Gets the actual fill color of the linear scale range bar 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 linear scale range bar.

See Also