ZoomControllerTargetZoomPanelName Property |
Gets or sets the name of the ZoomPanel that is controls with this ZoomController.
Namespace:
Ab2d.Controls
Assembly:
Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntaxpublic 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