Gets or sets the size of the form.
[Visual Basic] Overridable Public Property Size As Size [C#] public Size Size {override get; override set;} [C++] public: __property virtual Size get_Size(); public: __property virtual void set_Size(Size); [JScript] public function get Size() : Size; public function set Size(Size);
A Size that represents the size of the form.
This property allows you to set both the height and width of the form at the same time instead of setting the Height and Width properties individually.