Click or drag to resize

BaseMiniMap Class

BaseMiniMap is a base class for ZoomPanelMiniMap and ViewboxExMiniMap.
Inheritance Hierarchy

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public class BaseMiniMap : Control

The BaseMiniMap type exposes the following members.

Constructors
  NameDescription
Public methodBaseMiniMap
Constructor
Top
Properties
  NameDescription
Public propertyIsMovingViewboxEnabled
Gets or sets a nullable Boolean that specifies if moving the Viewbox by mouse is enabled.
Public propertyMapImageElement
Gets or sets a Visual that is shown as the content of MiniMap.
Public propertyMaskBrush
Gets or sets a Brush that is used to mask the area that is not visible. Default value is #46AAAAFF (semi transparent blue).
Public propertyRectangleStroke
Gets or sets a Stroke of the Rectangle used for rectangle that shows the shown area defined by the Viewbox property. Default value is Blue.
Public propertyRectangleStrokeThickness
Gets or sets a Stroke Thickness of the Rectangle used for rectangle that shows the shown area defined by the Viewbox property. Default value is 1.
Public propertyViewbox
Gets or sets a Rect that defines an area that is shown by a rectangle shown in the MiniMap.
Public propertyViewboxRotationAngle
Gets or sets a rotation angle in degrees that specifies how the content of the MiniMap is rotated.
Top
Methods
Events
  NameDescription
Public eventPreviewViewboxChanged
PreviewViewboxChanged occurs before the Viewbox value is changed (user moved the rectangle in MiniMap). The event can be used to prevent the change of viewbox (set Handled property to true), or change the new viewbox value before the change is applied.
Public eventViewboxChanged
ViewboxChanged occurs after the Viewbox value is changed (user moved the rectangle in MiniMap).
Top
Fields
  NameDescription
Public fieldStatic memberIsMovingViewboxEnabledProperty
MapImageSourceProperty
Public fieldStatic memberMapImageElementProperty
MapImageElementProperty
Public fieldStatic memberMaskBrushProperty
RectangleFillProperty
Public fieldStatic memberPreviewViewboxChangedEvent
PreviewViewboxChangedEvent RoutedEvent
Public fieldStatic memberRectangleStrokeProperty
RectangleStrokeProperty
Public fieldStatic memberRectangleStrokeThicknessProperty
RectangleStrokeThicknessProperty
Public fieldStatic memberViewboxChangedEvent
ViewboxChangedEvent RoutedEvent
Public fieldStatic memberViewboxProperty
ViewboxProperty
Public fieldStatic memberViewboxRotationAngleProperty
ViewboxRotationAngleProperty
Top
See Also