Gets the old bounding rectangle of the cell.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public RectangleF OldBounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property OldBounds As RectangleF |
A .NET RectangleF object specifying the old bounding rectangle of the cell.
See Also