Skip to main content

ColorScheme.Color Property

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

Namespace: DevExpress.XtraGauges.Core.Base

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

NuGet Package: DevExpress.Gauges.Core

Declaration

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