Skip to main content

KeyColorColorizer Members

A colorizer that uses key-color pairs to colorize map items.

Constructors

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

Fields

Name Description
ColorsProperty static Identifies the MapColorizer.Colors dependency property. Inherited from MapColorizer.
ItemKeyProviderProperty static Identifies the KeyColorColorizer.ItemKeyProvider dependency property.
KeysProperty static Identifies the KeyColorColorizer.Keys dependency property.

Properties

Name Description
Colors Gets or sets the collection of colors with which to colorize map shapes. Inherited from MapColorizer.
ItemKeyProvider Gets or sets the item key provider.
Keys Returns the collection of keys using by KeyColorColorizer.

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