Skip to main content

ColorizerBase<T>.GetItemColor(T) Method

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

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public abstract Color GetItemColor(
    T item
)

Parameters

Name Type Description
item T

A MapItem object.

Returns

Type Description
Color

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

See Also