set_HoveredThumbnailAppearance Method
In This Topic
Sets the appearance of the hovered thumbnail.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: WebThumbnailAppearanceJS
returnValue = instance.set_HoveredThumbnailAppearance(value);
function set_HoveredThumbnailAppearance(
: WebThumbnailAppearanceJS
) : any;
Parameters
- value
- WebThumbnailAppearanceJS of the hovered thumbnail.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also