Sets the location and size of this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public void SetBounds ( |
Visual Basic Copy Code |
---|
Public Sub SetBounds( _ |
Specifies whether the position of child nodes attached to this one should be updated too.
Specifies whether the position of links connected to this node should be updated too.
This method lets you set the position of a node without affecting items related to it, such as its incoming and outgoing links, or nodes set as its children using AttachTo. Assigning to the Bounds property or calling the Move and Resize methods always updates the related items.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |