In This Topic
Sets a border 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_BorderColor(value);
function set_BorderColor(
: string
) : any;
Parameters
- value
- A border color of the selection rectangle. Default value is "rgba(0,0,0,1)".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also