Skip to main content

SolidBrushObject.Color Property

Gets or sets the color of the current brush.

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v24.1.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[XtraSerializableProperty]
public Color Color { get; set; }

Property Value

Type Description
Color

A Color that represents the color of this brush.

See Also