In This Topic
Sets the style for dashed lines.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationPenJS(width, color, lineJoin, miterLimit, dashStyle, dashPattern, startCap, endCap);
var returnValue; // Type: any
// Parameters
var value; // Type: WebOutlineDashStyleEnumJS
returnValue = instance.set_DashStyle(value);
function set_DashStyle(
: WebOutlineDashStyleEnumJS
) : any;
Parameters
- value
- An instance of WebOutlineDashStyleEnumJS class that defines the style used for dashed lines drawn with the pen.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also