VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebRectangularSelectionToolJS type / get_Resizable Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Resizable Method
In This Topic
Gets a value indicating whether rectangular selection can be resized.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularSelectionToolJS();

var value; // Type: boolean
value = instance.get_Resizable();

Return Value

True - rectangular selection can be resized; False - rectangular selection cannot be resized. Default value is True.
Browser Compatibility
56+
45+
11
See Also