Search
ZoomControl.Target Property
See Also
 





Gets or sets the target view controlled by this ZoomControl.

Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms

 Syntax

C#  Copy Code

public IZoomTarget Target { get; set; }

Visual Basic  Copy Code

Public Property Target As IZoomTarget

 Property Value

Instance of a class implementing the IZoomTarget interface. MindFusion controls that implement it at this time are DiagramView and MapView.

 See Also