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