Skip to main content
A newer version of this page is available. .

MiniMap Members

This class allows showing the mini map on the MapControl.

Constructors

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

Properties

Name Description
Alignment Gets or sets the alignment of a mini map.
Behavior Gets or sets the behavior of a mini map.
EnableScrolling Gets or sets a value indicating whether or not scrolling is enabled.
EnableZooming Gets or sets a value indicating whether or not zooming is enabled.
Height Gets or sets the height of a mini map.
Layers Returns the collection of MiniMapLayerBase class descendant objects.
SetMapCenterOnClick Gets or sets a value indicating whether or not to change the map center when an end-user clicks the mini map.
ViewportStyle Returns the style of a mini map viewport.
Visible Gets or sets a value indicating whether or not a mini map should be displayed.
Width Gets or sets the width of a mini map.

Methods

Name Description
Dispose() Disposes of the current object. Inherited from MapDisposableObject.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of MiniMap.
See Also