Skip to main content

SolidBrushObject(Color) Constructor

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

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public SolidBrushObject(
    Color brushColor
)

Parameters

Name Type Description
brushColor Color

The color used to initialize the SolidBrushObject.Color property.

See Also