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

var returnValue; // Type: any

// Parameters
var value; // Type: WebThumbnailAppearanceJS

returnValue = instance.set_FocusedThumbnailAppearance(value);

Parameters

value
WebThumbnailAppearanceJS of the focused thumbnail.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also