VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLinkAppearanceJS type / set_Cursor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Cursor Method
In This Topic
Sets the CSS style of cursor.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAppearanceJS(font, foreColor, backColor, fontTransparent, cursor);

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_Cursor(value);

Parameters

value
CSS style of cursor.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also