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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public BrushObject Brush { get; set; }

Property Value

Type Description
BrushObject

A BaseScaleAppearance descendant used to paint the scale.

See Also