VintaSoft Imaging .NET SDK 15.1: 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);

Parameters

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