VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_FocusedImageAppearance Property
Syntax BrowserCompatibility SeeAlso
    get_FocusedImageAppearance Method
    Gets the appearance of the focused image.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: Vintasoft.Imaging.WebImageAppearanceJS
    value = instance.get_FocusedImageAppearance();
    
    

    Return Value

    WebImageAppearanceJS of the focused image. Default focused appearance: backColor=rgba(255,255,255,0); borderColor=rgba(0,0,0,1); borderWidth=1.
    Browser Compatibility
    56+
    45+
    11
    See Also