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

    Return Value

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