VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebRectangularSelectionToolJS type / set_BackColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_BackColor Method
In This Topic
Sets a background color of the selection rectangle.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularSelectionToolJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_BackColor(value);

Parameters

value
A background color of the selection rectangle. Default value is "rgba(0,200,255,0.5)".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also