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

BaseGauge.GetColorScheme() Method

Gets the color scheme currently applied to this gauge.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

public virtual ColorScheme GetColorScheme()

Returns

Type Description
ColorScheme

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

See Also