DashedStrokeStyle
A dashed stroke style.
DashedStrokeStyle Properties
| Property |
Type |
Access |
Description |
| dashArray |
Array of Units |
r/w |
An array of dash and gap lengths defining the dashed stroke. |
| endCap |
EndCap enumeration |
r/w |
The end cap applied to the stroke of the object. |
| id |
Long |
read |
A unique number identifying the object. |
| index |
Long |
read |
Index of the object within its parent object. |
| name |
String |
r/w |
The name of the object. |
| parent |
Object |
read |
The parent of the object. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| strokeCornerAdjustment |
StrokeCornerAdjustment enumeration |
r/w |
The adjustment method to apply to the corners of a dashed stroke. |
| strokeStyleType |
String |
read |
Stroke style type. |
DashedStrokeStyle Methods
| Method |
Returns |
Description |
| duplicate |
Object |
Duplicates the object. |
| getElements |
Array of Objects |
Resolve the object specifier. |
| remove |
Nothing |
Delete stroke style. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |