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);
function set_ThumbnailFlowStyle(
: WebThumbnailFlowStyleEnumJS
) : any;
Parameters
- value
- An instance of WebThumbnailFlowStyleEnumJS class. Default value is "SingleColumn".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also