Skip to main content

GraphColorizer.GetItemColor(MapItem) Method

Returns the color of the corresponding map item obtained from the graph colorizer.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public override Color GetItemColor(
    MapItem item
)

Parameters

Name Type Description
item MapItem

A MapItem object.

Returns

Type Description
Color

A Color structure that is the color of the corresponding map item.

See Also