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





Gets the size of the rectangle that bounds this link.

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

 Syntax

C#  Copy Code

public Rect Bounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bounds As Rect

 Property Value

A System.Windows.Rect instance that represents the bounding rectangle.

 Remarks

Use the property to get the smallest rectangle that bounds all link points.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace