Gets the bounding rectangle of the node being drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Rect Bounds { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Bounds As Rect |
A Microsoft.Maui.Graphics.Rect specifying the bounding rectangle of the node being drawn.
When drawing shadows, the rectangle is offset as necessary.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |