ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / FontIconElement Class / ShouldResize Property

In This Topic
    ShouldResize Property (FontIconElement)
    In This Topic
    Determines whether icon image should be resized according to the C1Icon element size. Returns False.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property ShouldResize As System.Boolean
    protected override System.bool ShouldResize {get;}
    See Also