Click or drag to resize

ZoomPanelMiniMap Properties

The ZoomPanelMiniMap type exposes the following members.

Properties
  NameDescription
Public propertyIsAutoZoomPanelFindingEnabled
Gets or sets a Boolean which specifies that if TargetZoomPanel or TargetZoomPanelName properties are not manually set the first ZoomPanel is automatically found from the current UserControl, Page or Window. Default value is true.
Public propertyIsMouseWheelZoomEnabled
Gets or sets if zooming with mouse wheel is same as on ZoomPanel (null), enabled (true) or disabled (false). Default value is null - same as on ZoomPanel.
Public propertyTargetZoomPanel
Gets or sets a ZoomPanel control that is used to get the content of ZoomPanelMiniMap and position its rectangle.
Public propertyTargetZoomPanelName
Gets or sets the name of the ZoomPanel that is shown with this ZoomPanelMiniMap.
Top
See Also