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.v20.2.Core.dll

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.Gauges.Core

Declaration

public BrushObject Brush { get; set; }

Property Value

Type Description
BrushObject

A BaseScaleAppearance descendant used to paint the scale.

See Also