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

PredefinedLinearScaleMarkerPresentation.Fill Property

Specifies the fill color of the linear scale marker element.

Namespace: DevExpress.Xpf.Gauges

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

Declaration

public Brush Fill { get; set; }

Property Value

Type Description
Brush

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

See Also