Skip to main content

MapColorizer Members

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

Constructors

Name Description
MapColorizer() Initializes a new instance of the MapColorizer class with default settings.

Fields

Name Description
ColorsProperty static Identifies the MapColorizer.Colors dependency property.

Properties

Name Description
Colors Gets or sets the collection of colors with which to colorize map shapes.

Methods

Name Description
GetItemColor(IColorizerElement) Returns the color of the specified map item.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also