In This Topic
Sets the style of line.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebLinesAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebAnnotationLineStyleEnumJS
returnValue = instance.set_LineStyle(value);
function set_LineStyle(
: WebAnnotationLineStyleEnumJS
) : any;
Parameters
- value
- WebAnnotationLineStyleEnumJS object which defines the line style. Default value is "Solid".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also