VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebStampAnnotationViewJS type / get_CornerRadius Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CornerRadius Method
    In This Topic
    Gets the corner radius of the rectangle.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebStampAnnotationViewJS();
    
    var value; // Type: number
    value = instance.get_CornerRadius();
    
    
    function get_CornerRadius() : number;
    

    Return Value

    The corner radius of the rectangle. Valid value is 1 and more. Default value is 15.
    Browser Compatibility
    56+
    45+
    11
    See Also