VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArrowAnnotationViewJS type / get_ArrowCapAngle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_ArrowCapAngle Method
In This Topic
Gets the angle, in degrees, of the annotation cap.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebArrowAnnotationViewJS();

var value; // Type: number
value = instance.get_ArrowCapAngle();

Return Value

The angle, in degrees, of the annotation cap. Valid values are from 0 to 180. Default value is 90.
Browser Compatibility
56+
45+
11
See Also