ColorScheme.Color Property
Gets or sets the color that all target gauge elements should be painted.
Namespace: DevExpress.XtraGauges.Core.Base
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
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