DashedStrokeStyle
A dashed stroke style.
DashedStrokeStyle Properties
| Property |
Type |
Access |
Description |
| DashArray |
Array of Units (Doubles or Strings) |
r/w |
An array of dash and gap lengths defining the dashed stroke. |
| EndCap |
idEndCap 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. |
| StrokeCornerAdjustment |
idStrokeCornerAdjustment 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 |
| Delete |
Nothing |
Deletes the object. |
| Duplicate |
Object |
Duplicates the object. |