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

SolidBrushObject(Color) Constructor

Initializes a new instance of the SolidBrushObject class with the specified brush color.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

Declaration

public SolidBrushObject(
    Color brushColor
)

Parameters

Name Type Description
brushColor Color

The color used to initialize the SolidBrushObject.Color property.

See Also