Skip to main content

PredefinedLinearScaleMarkerPresentation.Fill Property

Specifies the fill color of the linear scale marker element.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

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