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

    Parameters

    value
    Angle. Default value is 90.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if value is negative.
    Browser Compatibility
    56+
    45+
    11
    See Also