GraphColorizer.GetItemColor(MapItem) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
item | Map |
A Map |
#Returns
Type | Description |
---|---|
Color | A Color structure that is the color of the corresponding map item. |
See Also