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

PredefinedLinearScaleRangeBarPresentation.Fill Property

Specifies the fill color of the linear scale range bar element.

Namespace: DevExpress.Xpf.Gauges

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

Declaration

public Brush Fill { get; set; }

Property Value

Type Description
Brush

A Brush object that is fill color of the linear scale range bar.

See Also