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

BaseScaleAppearance.Brush Property

Gets or sets the brush used to paint the scale.

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v21.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public BrushObject Brush { get; set; }

Property Value

Type Description
BrushObject

A BaseScaleAppearance descendant used to paint the scale.

See Also