MapControl Members
In This Article
#Constructors
Name | Description |
---|---|
Map |
Initializes a new instance of the Map |
#Fields
#Properties
Name | Description |
---|---|
Actual |
Gets the actual options of a Navigation Panel. |
Colorizer | Gets or sets a value specifying the map colorizer (choropleth colorizer or graph colorizer) with which to colorize map shapes. |
Enable |
Gets or sets a value that specifies whether animation is enabled for a map control. |
Enable |
Gets or sets a value that specifies whether anti-aliasing is enabled for a map control. |
Enable |
Gets or sets whether to allow the end-user to scroll the map. This is a dependency property. |
Enable |
Gets or sets a value indicating whether or not scrolling is enabled. |
Enable |
Gets or sets whether to allow the end-user to zoom the map. This is a dependency property. |
Layers |
Provides access to the collection of layers to be displayed within the Map |
Map |
|
Navigation |
Provides access to the navigation panel options of a map control. |
Scroll |
Returns a command that scrolls a map. |
Selection |
Gets or sets a value specifying how the map control is selected. |
Tool |
Gets or sets a value that specifies whether or not tooltips are enabled for a map. |
Tool |
Provides access to the Tool |
Tool |
Gets or sets the template that defines the presentation of the map tooltip. |
Zoom |
Returns a command that zooms a map. |
Zoom |
Gets or sets the current zoom level of a Map Control. |
#Methods
Name | Description |
---|---|
Can |
Checks whether or not it is possible to scroll a map by the specified offset. |
Can |
Checks whether or not it is possible to zoom a map by the specified zoom level. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Scroll |
Scrolls a map by the specified offset. |
To |
Returns a string that represents the current object. Inherited from Object. |
Zoom |
Zooms a map to the specified level around the specified anchor point. |
Zoom |
Zooms a map to the specified level. |
#Events
Name | Description |
---|---|
Selection |
Occurs when the map selection is changed. |
See Also