set_SizingCursorNS Method
In This Topic
Sets the two-headed vertical (north/south) sizing cursor.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebBoundingBoxPointsJS(point);
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_SizingCursorNS(value);
function set_SizingCursorNS(
: string
) : any;
Parameters
- value
- Cursor. Default value is "ns-resize".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Remarks
Browser Compatibility
See Also