Skip to main content

IColorizerValueProvider.GetValue(Object) Method

Returns the value from the data source (e.g., Shapefile) that specifies how to color map shapes.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

double GetValue(
    object item
)

Parameters

Name Type Description
item Object

An object representing the map item to color with a colorizer.

Returns

Type Description
Double

A double value from the data source (e.g., Shapefile).

See Also