Gets the client area size.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
protected Size ClientSize { get; }
Visual Basic (Declaration)
Protected ReadOnly Property ClientSize As Size
Visual C++
protected:
property Size ClientSize {
	Size get ();
}

See Also