Gets the cap style used at the end of lines drawn with the pen.
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationPenJS(width, color, lineJoin, miterLimit, dashStyle, dashPattern, startCap, endCap);
var value; // Type: Vintasoft.Imaging.Annotation.UI.WebLineCapJS
value = instance.get_EndCap();
Return Value
An instance of
WebLineCapJS class that defines style of line cap.