Share via


SwitcherRenderer.WorkareaClient Property

Gets the size of the client work area of the control.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property WorkareaClient As Rectangle
    Get
'Usage
Dim instance As SwitcherRenderer
Dim value As Rectangle

value = instance.WorkareaClient
public Rectangle WorkareaClient { get; }
public:
property Rectangle WorkareaClient {
    Rectangle get ();
}
member WorkareaClient : Rectangle
function get WorkareaClient () : Rectangle

Property Value

Type: System.Drawing.Rectangle
A rectangle that represents the client work area of the control.