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

var returnValue; // Type: any

// Parameters
var value; // Type: WebThumbnailFlowStyleEnumJS

returnValue = instance.set_ThumbnailFlowStyle(value);

Parameters

value
An instance of WebThumbnailFlowStyleEnumJS class. Default value is "SingleColumn".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also