Gets or sets the rectangle that defines the position of the diagram node. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public Rect Bounds { get; set; } |
Visual Basic
![]() |
---|
Public Property Bounds As Rect |
An instance of the System.Windows.Rect structure.
Use this property to set or get the size and/or location of a node. Moving a node also updates the control points coordinates of all links connected to it. To change the position of a node without affecting related items, call the SetBounds method.