In This Topic
Sets the border width of the image.
Syntax
var instance = new Vintasoft.Imaging.WebImageAppearanceJS(backColor, borderColor, borderWidth);
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 image. Valid value is 0 and any positive value. Default value is 0.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if width is negative. |
Browser Compatibility
See Also