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