ColorizerBase<T>.ColorizeElement(T) Method
OBSOLETE
The ColorizeElement method is now obsolete. Use the GetItemColor method instead.
Colorize a map element.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
[Obsolete("The ColorizeElement method is now obsolete. Use the GetItemColor method instead.")]
public virtual void ColorizeElement(
T element
)
Parameters
Name | Type | Description |
---|---|---|
element | T | A MapItem object that represents a map element to colorize. |
See Also