Gets the size of the rectangle that bounds this link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Rect Bounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Bounds As Rect |
A Microsoft.Maui.Graphics.Rect that represents the bounding rectangle.
RemarksUse the property to get the smallest rectangle that bounds all link points.
See Also