VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebInteractionAreaJS type / set_FillColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_FillColor Method
    In This Topic
    Sets a fill color 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: string
    
    returnValue = instance.set_FillColor(value);
    
    
    function set_FillColor(
    value
    Fill color of the interaction area. Default value is "rgba(255, 255, 255, 0.36)".
    : string
    ) : any;

    Parameters

    value
    Fill color of the interaction area. Default value is "rgba(255, 255, 255, 0.36)".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also