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

    Return Value

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