Skybound Rebar

ControlRenderer.Bounds Property

Gets or sets the bounds of the control to draw.

[Visual Basic]
Public Property Bounds As Rectangle
[C#]
public System.Drawing.Rectangle Bounds {get; set;}

Property Value

The bounds of the control to draw.

Remarks

When using the constructor overload that copies the initial property values from an existing Control, this property is initialized to a rectangle whose Location property is (0, 0) and whose size is equal to the size of the Control.

See Also

ControlRenderer Class | Skybound.Rebar.Rendering Namespace