Click or drag to resize

BaseMiniMap Properties

The BaseMiniMap type exposes the following members.

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
See Also