Share via


SwitcherRenderer.WidgetWorkarea Property

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

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

Property Value

Type: System.Drawing.Rectangle
Returns a rectangle representing the size of the widget work area of the control.