VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / set_FocusedImageAppearance Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_FocusedImageAppearance Method
In This Topic
Sets the appearance of the focused image.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);

var returnValue; // Type: any

// Parameters
var value; // Type: WebImageAppearanceJS

returnValue = instance.set_FocusedImageAppearance(value);

Parameters

value
WebImageAppearanceJS of the focused image. Default focused appearance: backColor=rgba(255,255,255,0); borderColor=rgba(0,0,0,1); borderWidth=1.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also