Resizes the node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void Resize ( |
Visual Basic
Copy Code
|
|---|
Public Sub Resize( _ |
A double value specifying new width of the node.
A double value specifying new height of the node.
RemarksThis method resizes a node, without changing the node's top-left corner location. Resizing a node also updates the control points coordinates of all links connected to the node.
See Also