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

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.v19.1.Core.dll

Declaration

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

Remarks

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.

Inheritance

Object
ColorScheme
See Also