Gets the new size of the control.
public Size NewSize {get;}
public: __property Size get_NewSize();
public:
property Size NewSize {
Size get();
}
'Declaration
Public ReadOnly Property NewSize As Size
'Usage
Dim instance As ResizedEventArgs
Dim value As Size
value = instance.NewSize
Property Value
A
System.Drawing.Size value from the .NET Framework Class Library.