Skip to main content
A newer version of this page is available. .

MapColorizer Class

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public abstract class MapColorizer :
    MapDependencyObject

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