VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebBoundingBoxPointsJS type / get_SizingCursorNESW Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_SizingCursorNESW Method
    In This Topic
    Gets the two-headed diagonal (northeast/southwest) sizing cursor.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebBoundingBoxPointsJS(point);
    
    var value; // Type: string
    value = instance.get_SizingCursorNESW();
    
    
    function get_SizingCursorNESW() : string;
    

    Return Value

    Cursor. Default value is "nesw-resize".
    Remarks
    Browser Compatibility
    56+
    45+
    11
    See Also