InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / FontIconElement Class / Bounds Property

In This Topic
    Bounds Property (FontIconElement)
    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 Rectangle
    public Rectangle Bounds {get; set;}
    See Also