VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_HoveredThumbnailAppearance Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_HoveredThumbnailAppearance Method
    In This Topic
    Gets the appearance of the hovered thumbnail.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: Vintasoft.Imaging.WebThumbnailAppearanceJS
    value = instance.get_HoveredThumbnailAppearance();
    
    
    function get_HoveredThumbnailAppearance() : WebThumbnailAppearanceJS;
    

    Return Value

    WebThumbnailAppearanceJS of the hovered thumbnail.
    Browser Compatibility
    56+
    45+
    11
    See Also