Skip to main content

ColorScheme.GetColor(IGauge, TargetElement) Method

Namespace: DevExpress.XtraGauges.Core.Base

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

NuGet Package: DevExpress.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