A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ColorScheme
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class ColorScheme
Related API Members
The following members accept/return ColorScheme objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | BaseGauge.GetColorScheme() |
WinForms Controls | GaugeControlBase.ColorScheme |
ASP.NET Controls and MVC Extensions | 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
Feedback