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

BaseScaleAppearance(BrushObject, BrushObject) Constructor

Initializes a new instance of the BaseScaleAppearance class with the specified brush.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

Declaration

public BaseScaleAppearance(
    BrushObject border,
    BrushObject content
)

Parameters

Name Type Description
border BrushObject

An object used to initialize the BaseScaleAppearance.Brush property.

content BrushObject

This parameter is ignored.

See Also