Gets a reference to the control embedded in the ControlNode clone.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public Control Destination { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Destination As Control |
An instance of the .NET System.Windows.Forms.Control class.
See Also