VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArrowAnnotationViewJS type / set_BothCaps Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_BothCaps Method
    In This Topic
    Sets a value indicating whether both caps of the arrow are displayed.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebArrowAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_BothCaps(value);
    
    
    function set_BothCaps(
    value
    True - arrow has both caps; False - annotation has one cap. Default value is False.
    : boolean
    ) : any;

    Parameters

    value
    True - arrow has both caps; False - annotation has one cap. Default value is False.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also