Back to Devexpress

GaugeControlBase.ResetColorScheme() Method

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-19c0b271.md

latest2.0 KB
Original Source

GaugeControlBase.ResetColorScheme() Method

Sets the GaugeControlBase.ColorScheme property to its default value.

Namespace : DevExpress.XtraGauges.Win

Assembly : DevExpress.XtraGauges.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public void ResetColorScheme()
vb
Public Sub ResetColorScheme

Remarks

Color Schemes are used to colorize different gauge elements with the same color in a unified way. To select which elements should be affected, use the ColorScheme.TargetElements property. The ColorScheme.Color property sets the color applied to the elements selected. The ResetColorScheme method resets the color scheme’s settings to default values.

See the Color Schemes topic to learn more.

See Also

TargetElements

Color

Color Schemes

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace