Sets the location and size of this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public void SetBounds ( |
Visual Basic
![]() |
---|
Public Sub SetBounds( _ |
A Rect instance specifying the new location and size of the node.
true to update the position of child nodes, otherwise false.
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.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |