In This Topic
Sets a cursor of the interaction area.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebInteractionAreaJS(name, fillColor, borderColor, cursor);
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_Cursor(value);
function set_Cursor(
: string
) : any;
Parameters
- value
- cursor of the interaction area.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also