ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Element Class / Bounds Property

In This Topic
    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 Property Bounds As System.Drawing.Rectangle
    public System.Drawing.Rectangle Bounds {get; set;}
    See Also