Skip to main content

GraphColorizer Members

Represents the Graph colorizer that tries to paint shapes that have a common border using different colors.

Constructors

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

Fields

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

Properties

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

Methods

Name Description
GetItemColor(IColorizerElement) Returns the color of the corresponding map item obtained from the GraphColorizer.

Events

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