Back to Devexpress

GaugeControlBase.ColorScheme Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-f9ebc016.md

latest1.7 KB
Original Source

GaugeControlBase.ColorScheme Property

Provides access to settings that manage the color scheme, currently applied to this control.

Namespace : DevExpress.XtraGauges.Win

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ColorScheme ColorScheme { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property ColorScheme As ColorScheme

Property Value

TypeDescription
ColorScheme

A ColorScheme object that stores color scheme settings.

|

Remarks

Refer to the Color Schemes article for more info.

See Also

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace