VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAngleAnnotationViewJS type / get_Angle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Angle Method
    In This Topic
    Gets the angle, in degrees, between the lines of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAngleAnnotationViewJS();
    
    var value; // Type: number
    value = instance.get_Angle();
    
    
    function get_Angle() : number;
    

    Return Value

    Angle, in degrees. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also