MindFusion.Wpf Pack Programmer's Guide
DiagramNode.Bounds Property
See Also
 





Gets or sets the rectangle that defines the position of the diagram node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Rect Bounds { get; set; }

Visual Basic  Copy Code

Public Property Bounds As Rect

 Property Value

An instance of the System.Windows.Rect structure.

 Remarks

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 the node.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace
Move Method
Resize Method
Intersects Method