In This Topic
Sets a border width of the interaction area.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebInteractionAreaJS(name, fillColor, borderColor, cursor);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_BorderWidth(value);
function set_BorderWidth(
: number
) : any;
Parameters
- value
- Border width of the interaction area. Default value is 1.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument is negative. |
Browser Compatibility
See Also