VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebVisualToolJS type / set_Cursor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Cursor Method
In This Topic
Sets a cursor which should be used in image viewer when visual tool is active in image viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebVisualToolJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_Cursor(value);

Parameters

value
Cursor name. Default value is "default". Supported values: all supported CSS styles for cursor.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also