Gets the new bounding rectangle of the cell.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Rect NewBounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property NewBounds As Rect |
A Microsoft.Maui.Graphics.Rect specifying the new bounding rectangle of the cell.
See Also