Bounds Property (Element)
In This Topic
Gets or sets the element's bounds (size and location) within its parent element, in pixels.
Syntax
'Declaration
Public Overridable Property Bounds As System.Drawing.Rectangle
public virtual System.Drawing.Rectangle Bounds {get; set;}
See Also