Skip to main content

FixedMiniMapBehavior Members

This class provides the fixed mini map behavior.

Constructors

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

Fields

Name Description
CenterPointProperty static Identifies the FixedMiniMapBehavior.CenterPoint dependency property.
ZoomLevelProperty static Identifies the FixedMiniMapBehavior.ZoomLevel dependency property.

Properties

Name Description
CenterPoint Gets or sets a center point of a mini map.
ZoomLevel Gets or sets the zoom level of a mini map.

Events

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