ContentBounds Property (Element)
In This Topic
Client rectangle, in pixels. This discounts margins, borders, and padding.
Syntax
'Declaration
Public ReadOnly Property ContentBounds As System.Drawing.Rectangle
public System.Drawing.Rectangle ContentBounds {get;}
See Also