VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArcAnnotationViewJS type / get_StartAngle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_StartAngle Method
    In This Topic
    Gets the starting angle of the arc, in degrees, clockwise from the X-axis.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebArcAnnotationViewJS();
    
    var value; // Type: number
    value = instance.get_StartAngle();
    
    
    function get_StartAngle() : number;
    

    Return Value

    Angle. Default value is 90.
    Browser Compatibility
    56+
    45+
    11
    See Also