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.v18.2.Core.dll

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