InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ContentElement Class / ContentBounds Property

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