In This Topic
Sets the angle between
get_StartAngle and the end 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_SweepAngle(value);
function set_SweepAngle(
: number
) : any;
Parameters
- value
- Angle. Default value is 90.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also