MapControl Properties
A Map control to display raster and vector maps.Name | Description |
---|---|
ActualNavigationPanelOptions | 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. |
EnableAnimation | Gets or sets a value that specifies whether animation is enabled for a map control. |
EnableAntialiasing | Gets or sets a value that specifies whether anti-aliasing is enabled for a map control. |
EnableNavigation | Gets or sets whether to allow the end-user to scroll the map. This is a dependency property. |
EnableScrolling | Gets or sets a value indicating whether or not scrolling is enabled. |
EnableZooming | 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 MapControl. |
MapCenterPoint | |
NavigationPanelOptions | Provides access to the navigation panel options of a map control. |
ScrollCommand | Returns a command that scrolls a map. |
SelectionMode | Gets or sets a value specifying how the map control is selected. |
ToolTipEnabled | Gets or sets a value that specifies whether or not tooltips are enabled for a map. |
ToolTipInfo | Provides access to the ToolTipInfo object that contains settings of built-in map tooltips. |
ToolTipTemplate | Gets or sets the template that defines the presentation of the map tooltip. |
ZoomCommand | Returns a command that zooms a map. |
ZoomLevel | Gets or sets the current zoom level of a Map Control. |
See Also