Resizes the node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
This 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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |