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

KeyColorColorizer.GetColor(Object) Method

Returns the color for the specified key.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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