SizeChangedInfo::PreviousSize Property

 

Gets the previous size of the size-related value being reported as changed.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Size PreviousSize {
	Size get();
}

Property Value

Type: System.Windows::Size

The previous size.

This property is read-only, and cannot be set by any direct means, it is being reported from an actual value on some instance.

.NET Framework
Available since 3.0
Return to top
Show: