Click or drag to resize

ZoomPanelMiniMapTargetZoomPanelName Property

Gets or sets the name of the ZoomPanel that is shown with this ZoomPanelMiniMap.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public string TargetZoomPanelName { get; set; }

Property Value

Type: String
Remarks
It is also possible to set the ZoomPanel control with TargetZoomPanel. If target ZoomPanel is not set with TargetZoomPanel or TargetZoomPanelName, it is discovered automatically.
See Also