Gets the size of client rectangle.

Namespace:  PerpetuumSoft.Framework.Model.Windows.Forms
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
protected virtual Rectangle ViewRectangle { get; }
Visual Basic (Declaration)
Protected Overridable ReadOnly Property ViewRectangle As Rectangle
Visual C++
protected:
virtual property Rectangle ViewRectangle {
	Rectangle get ();
}

See Also