ColorScheme Class
An object that allows you to paint multiple gauge elements at once using the same color.
Namespace: DevExpress.XtraGauges.Core.Base
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Related API Members
The following members return ColorScheme objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | BaseGauge.GetColorScheme() |
WinForms Controls | GaugeControlBase.ColorScheme |
ASP.NET Web Forms Controls | ASPxGaugeControl.ColorScheme |
Remarks
The ColorScheme class provides two properties that allow you to colorize your gauge in a centralized manner.
- ColorScheme.TargetElements - specifies which gauge elements should be colorized.
- ColorScheme.Color - stores a color that should be applied to target gauge elements.
See the Color Schemes document to learn more.
Inheritance
Object
ColorScheme
See Also