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

ColorScheme.Color Property

Gets or sets the color that all target gauge elements should be painted.

Namespace: DevExpress.XtraGauges.Core.Base

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

Declaration

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

Property Value

Type Description
Color

A Color object that all target gauge elements should be painted.

Remarks

To set which gauge elements should be colorized with this color, use the ColorScheme.TargetElements property. See the Color Schemes topic to learn more.

See Also