Gets the previous size of the item.
Namespace:DevExpress.Xpf.Diagram
Assembly:DevExpress.Xpf.Diagram.v19.2.dll

Syntax
C# |
public Size OldSize { get; }
|
VB |
Public ReadOnly Property OldSize As Size
|
Property value
Type: Size
A System.Windows.Size object that is the size of the item.

See Also