Share via


SwitcherRenderer.WorkareaBounds Property

Gets the size of the bounded 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 WorkareaBounds As Rectangle
    Get
'Usage
Dim instance As SwitcherRenderer
Dim value As Rectangle

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

Property Value

Type: System.Drawing.Rectangle
A rectangle representing the size of the bounded work area of the control.