Search
RoundRectangleTemplate.Bounds Property
See Also
 





Gets the bounding rectangle of this element.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect Bounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bounds As Rect

 Property Value

A Microsoft.Maui.Graphics.Rect that represents the bounding rectangle of this element.

 See Also