VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebDropShadowCommandJS type / set_BackColorOfShadow Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_BackColorOfShadow Method
    In This Topic
    Sets the background color of shadow.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebDropShadowCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_BackColorOfShadow(value);
    
    
    function set_BackColorOfShadow(
    value
    Background color of shadow. Default value is "rgba(255,255,255,0)".
    : string
    ) : any;

    Parameters

    value
    Background color of shadow. Default value is "rgba(255,255,255,0)".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also