Gets or sets the target view controlled by this ZoomControl.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public IZoomTarget Target { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Target As IZoomTarget |
A DiagramView instance.
See Also