Input for WinForms | ComponentOne
C1.Framework Namespace / FontIconElement Class / RenderBox Property

In This Topic
    RenderBox Property (FontIconElement)
    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