Skip to main content

MapColorizer Class

The base class for all colorizers that are used in a Map control.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public abstract class MapColorizer :
    ColorizerBase<MapItem>,
    IOwnedElement

The following members return MapColorizer objects:

Remarks

The MapColorizer class introduces the MapColorizer.Colors property, which defines colors to be used for colorizing shapes on a map.

See Also