VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebVisualToolJS type / get_ActionCursor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ActionCursor Method
    In This Topic
    Gets a cursor which should be used in image viewer when visual tool executes its action.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebVisualToolJS();
    
    var value; // Type: string
    value = instance.get_ActionCursor();
    
    
    function get_ActionCursor() : string;
    

    Return Value

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