Click or drag to resize

ZoomPanelNavigatorTargetZoomPanel Property

Gets or sets the ZoomPanel control that is controlled by this ZoomPanelNavigator.

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

Property Value

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