DynamicMiniMapBehavior Members
This class provides the dynamic mini map behavior.Constructors
| Name | Description |
|---|---|
| DynamicMiniMapBehavior() | Initializes a new instance of the DynamicMiniMapBehavior class with default settings. |
Fields
| Name | Description |
|---|---|
| MaxZoomLevelProperty static | Identifies the DynamicMiniMapBehavior.MaxZoomLevel dependency property. |
| MinZoomLevelProperty static | Identifies the DynamicMiniMapBehavior.MinZoomLevel dependency property. |
| ZoomOffsetProperty static | Identifies the DynamicMiniMapBehavior.ZoomOffset dependency property. |
Properties
| Name | Description |
|---|---|
| MaxZoomLevel | Gets or sets the maximum value of the mini map zoom level. |
| MinZoomLevel | Gets or sets the minimum value of the mini map zoom level. |
| ZoomOffset | Gets or sets the mini map zoom level offset relative to the map control zoom level. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also