Skip to main content

KeyColorColorizer.GetColor(Object) Method

Returns the color for the specified key.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public Color GetColor(
    object key
)

Parameters

Name Type Description
key Object

An Object representing the key.

Returns

Type Description
Color

A Color object.

See Also