Xamarin Pack Programmer's Guide
DiagramLink.Bounds Property
See Also
 






Gets the size of the rectangle that bounds this link.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rectangle Bounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bounds As Rectangle

 Property Value

A Rectangle 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 Namespace