VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebInteractionAreaJS type / set_BorderWidth Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_BorderWidth Method
    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(
    value
    Border width of the interaction area. Default value is 1.
    : number
    ) : any;

    Parameters

    value
    Border width of the interaction area. Default value is 1.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument is negative.
    Browser Compatibility
    56+
    45+
    11
    See Also