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

In This Topic
    ShouldRasterize Property (FontIconElement)
    In This Topic
    Determines whether icon needs bitmap cache for drawing. Returns False.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property ShouldRasterize As Boolean
    protected override bool ShouldRasterize {get;}
    See Also