VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebVisualToolJS type / get_Cursor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Cursor Method
In This Topic
Gets 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 value; // Type: string
value = instance.get_Cursor();

Return Value

Cursor name. Default value is "default". Supported values: all supported CSS styles for cursor.
Browser Compatibility
56+
45+
11
See Also