Skip to main content

BaseGauge.GetColorScheme() Method

Gets the color scheme currently applied to this gauge.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public virtual ColorScheme GetColorScheme()

Returns

Type Description
ColorScheme

A ColorScheme object that specifies the color scheme currently applied to this gauge.

See Also