SizeChangedInfo::NewSize Property

 

Gets the new size being reported.

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

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

Property Value

Type: System.Windows::Size

The new size.

This property is read-only, and can only be set through the initial SizeChangedInfo constructor.

.NET Framework
Available since 3.0
Return to top
Show: