corelibraries-devexpress-dot-xtragauges-dot-core-dot-base-837d74ce.md
An object that allows you to paint multiple gauge elements at once using the same color.
Namespace : DevExpress.XtraGauges.Core.Base
Assembly : DevExpress.XtraGauges.v25.2.Core.dll
NuGet Package : DevExpress.Gauges.Core
public class ColorScheme
Public Class ColorScheme
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 |
The ColorScheme class provides two properties that allow you to colorize your gauge in a centralized manner.
See the Color Schemes document to learn more.
Object ColorScheme
See Also