VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArrowAnnotationViewJS type / get_ArrowLineWidth Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ArrowLineWidth Method
    In This Topic
    Gets the width of arrow line, expressed as a fraction of the annotation height.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebArrowAnnotationViewJS();
    
    var value; // Type: number
    value = instance.get_ArrowLineWidth();
    
    
    function get_ArrowLineWidth() : number;
    

    Return Value

    The width of arrow line, expressed as a fraction of the annotation height. Valid values are from 0.0 to 1.0. Default value is 0.4.
    Browser Compatibility
    56+
    45+
    11
    See Also