VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArrowAnnotationViewJS type / set_ArrowCapAngle Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ArrowCapAngle Method
    In This Topic
    Sets the angle, in degrees, of the annotation cap.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebArrowAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_ArrowCapAngle(value);
    
    
    function set_ArrowCapAngle(
    value
    The angle, in degrees, of the annotation cap. Valid values are from 0 to 180. Default value is 90.
    : number
    ) : any;

    Parameters

    value
    The angle, in degrees, of the annotation cap. Valid values are from 0 to 180. Default value is 90.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also