Skip to main content

BaseScaleAppearance(BrushObject, BrushObject) Constructor

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

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Package: DevExpress.Gauges.Core

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