BaseMiniMap Class |
Namespace: Ab2d.Controls
public class BaseMiniMap : Control
The BaseMiniMap type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseMiniMap |
Constructor
|
Name | Description | |
---|---|---|
![]() | IsMovingViewboxEnabled |
Gets or sets a nullable Boolean that specifies if moving the Viewbox by mouse is enabled.
|
![]() | MapImageElement |
Gets or sets a Visual that is shown as the content of MiniMap.
|
![]() | MaskBrush |
Gets or sets a Brush that is used to mask the area that is not visible. Default value is #46AAAAFF (semi transparent blue).
|
![]() | RectangleStroke |
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.
|
![]() | RectangleStrokeThickness |
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.
|
![]() | Viewbox |
Gets or sets a Rect that defines an area that is shown by a rectangle shown in the MiniMap.
|
![]() | ViewboxRotationAngle |
Gets or sets a rotation angle in degrees that specifies how the content of the MiniMap is rotated.
|
Name | Description | |
---|---|---|
![]() | OnApplyTemplate |
OnApplyTemplate
(Overrides FrameworkElementOnApplyTemplate.) |
![]() | Refresh |
Manually refreshes the shown image and rectangle
|
Name | Description | |
---|---|---|
![]() | PreviewViewboxChanged |
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.
|
![]() | ViewboxChanged |
ViewboxChanged occurs after the Viewbox value is changed (user moved the rectangle in MiniMap).
|
Name | Description | |
---|---|---|
![]() ![]() | IsMovingViewboxEnabledProperty |
MapImageSourceProperty
|
![]() ![]() | MapImageElementProperty |
MapImageElementProperty
|
![]() ![]() | MaskBrushProperty |
RectangleFillProperty
|
![]() ![]() | PreviewViewboxChangedEvent |
PreviewViewboxChangedEvent RoutedEvent
|
![]() ![]() | RectangleStrokeProperty |
RectangleStrokeProperty
|
![]() ![]() | RectangleStrokeThicknessProperty |
RectangleStrokeThicknessProperty
|
![]() ![]() | ViewboxChangedEvent |
ViewboxChangedEvent RoutedEvent
|
![]() ![]() | ViewboxProperty |
ViewboxProperty
|
![]() ![]() | ViewboxRotationAngleProperty |
ViewboxRotationAngleProperty
|