Share via


PropertyViewer.RenderBounds Property

Gets the render bound for the control.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property RenderBounds As Rectangle
    Get
'Usage
Dim value As Rectangle

value = Me.RenderBounds
protected virtual Rectangle RenderBounds { get; }
protected:
virtual property Rectangle RenderBounds {
    Rectangle get ();
}
abstract RenderBounds : Rectangle
override RenderBounds : Rectangle
function get RenderBounds () : Rectangle

Property Value

Type: System.Drawing.Rectangle
Returns a value representing the render bounds of the control.