var instance = new Vintasoft.Imaging.WebImageAppearanceJS(backColor, borderColor, borderWidth); var returnValue; // Type: any // Parameters var value; // Type: string returnValue = instance.set_BorderColor(value);
function set_BorderColor(
valueBorder color of the image. Default value is "rgba(0,0,0,1)".: string
) : any;
Parameters
- value
- Border color of the image. Default value is "rgba(0,0,0,1)".