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

PredefinedLinearScaleMarkerPresentation.ActualFill Property

Gets the actual fill color of the linear scale marker element.

Namespace: DevExpress.Xpf.Gauges

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

Declaration

public Brush ActualFill { get; }

Property Value

Type Description
Brush

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

See Also