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

var returnValue; // Type: any

// Parameters
var value; // Type: WebImageAnchorTypeEnumJS

returnValue = instance.set_ThumbnailCaptionAnchor(value);

Parameters

value
An instance of WebImageAnchorTypeEnumJS class. Default value is "Bottom".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Remarks

This property does not have effect if application has CSS-style for "vstv-thumbnail-caption" class with defined element positions: "top", "right", "bottom" or "left".

Browser Compatibility
56+
45+
11
See Also