VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebBoundingBoxPointsJS type / set_SizingCursorNESW Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    set_SizingCursorNESW Method
    In This Topic
    Sets the two-headed diagonal (northeast/southwest) sizing cursor.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebBoundingBoxPointsJS(point);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_SizingCursorNESW(value);
    
    
    function set_SizingCursorNESW(
    value
    Cursor. Default value is "nesw-resize".
    : string
    ) : any;

    Parameters

    value
    Cursor. Default value is "nesw-resize".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Remarks
    Browser Compatibility
    56+
    45+
    11
    See Also