Gets or sets the target view controlled by this ZoomControl.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
C# Copy Code |
---|
public IZoomTarget Target { get; set; } |
Visual Basic Copy Code |
---|
Public Property Target As IZoomTarget |
Instance of a class implementing the IZoomTarget interface. MindFusion controls that implement it at this time are DiagramView and MapView.