Map Properties |
The Map type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowUserInteraction |
Gets or sets if user interaction is allowed. This is a dependency property.
| |
| Backgrounds |
Gets or sets map backgrounds. This is a dependency property.
| |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| CityOptions |
Gets or sets city draw options. This is a dependency property.
| |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
| Description |
Gets map description. This is a dependency property.
| |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
| FileName |
Gets or sets map file name. Use with Path value to indicate map file. This is a dependency property.
| |
| Highlight |
Gets or sets if highlight map item when user interactive device is over. This is a dependency property.
| |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
| LakeOptions |
Gets or sets lake draw options. This is a dependency property.
| |
| LandOptions |
Gets or sets land draw options. This is a dependency property.
| |
| Layers |
Get map layers. This is a dependency property.
| |
| Names |
Get internal area name list. This is a dependency property.
| |
| Optimization |
Gets or sets rendering optimization. This is a dependency property.
| |
| OtherOptions |
Gets or sets other map type draw options. This is a dependency property.
| |
| OverlapLabels |
Gets or sets if show all labels, even if they overlap each other. This is a dependency property.
| |
| Path |
Gets or sets map folder. This is a dependency property.
| |
| RenderIntensitySeriesBeforeLayerIndex |
Gets or sets layer index before intensity series will be drawn. Use -1 to draw intensity series after all map layers. This is a dependency property.
| |
| RiverOptions |
Gets or sets river options. This is a dependency property.
| |
| RoadOptions |
Gets or sets road options. This is a dependency property.
| |
| SimpleHighlightColor |
Gets or sets simple highlight map item color when user interactive device is over. This is a dependency property.
| |
| TileCacheFolder |
Gets or sets tile cache folder. This is a dependency property.
| |
| TileLayers |
Gets or sets map tile layers. This is a dependency property.
| |
| Type |
Gets or sets map type. This is a dependency property.
| |
| UserInteractiveDeviceOverMapItemLayer |
Gets layer index of item on which user interactive device is. This is a dependency property.
| |
| XAxisIndex |
Gets or sets index of X axis related to map. This is a dependency property.
| |
| YAxisIndex |
Gets or sets index of Y axis related to map. This is a dependency property.
|