set_LineStylePatternSize Method
In This Topic
Sets the size of the line style pattern.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebRectangleAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_LineStylePatternSize(value);
function set_LineStylePatternSize(
: number
) : any;
Parameters
- value
- The size of the line style pattern. Valid value is any positive value. Default value is 16.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also