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

ColorScheme.GetColor(IGauge, TargetElement) Method

Namespace: DevExpress.XtraGauges.Core.Base

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

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.Gauges.Core

Declaration

[Browsable(false)]
public static Color GetColor(
    IGauge owner,
    TargetElement element
)

Parameters

Name Type
owner DevExpress.XtraGauges.Base.IGauge
element TargetElement

Returns

Type
Color
See Also