VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebDropShadowCommandJS type / get_BlurRadius Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_BlurRadius Method
    In This Topic
    Gets a blur radius of process.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebDropShadowCommandJS();
    
    var value; // Type: number
    value = instance.get_BlurRadius();
    
    
    function get_BlurRadius() : number;
    

    Return Value

    Blur radius. Valid values are from 1 to 256. Default value is 4.
    Browser Compatibility
    56+
    45+
    11
    See Also