Assigning an object to a property

This program tests your understanding of creating and assigning objects at run time. Write a program that resizes a textbox.

Do it by creating an object which is an instance of the class Size and assigning it to be the value of the Size property of the textbox.