InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / BitmapIconElement Class / RenderBox Property

In This Topic
    RenderBox Property (BitmapIconElement)
    In This Topic
    Returns rectangle (in the icon coordinates) to render icon.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property RenderBox As RectangleF
    protected virtual RectangleF RenderBox {get;}
    Remarks
    Returned rectangle honors IconElement.Padding property value.
    See Also