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

SolidBrushObject.Color Property

Gets or sets the color of the current brush.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.Gauges.Core

Declaration

public Color Color { get; set; }

Property Value

Type Description
Color

A Color that represents the color of this brush.

See Also