A dashed stroke style.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
The pattern of dashes and gaps, in the format [dash length1, gap length1, dash length2, gap length2]. Define up to ten values. |
||
|
read/write |
The end shape of an open path. |
||
|
readonly |
The unique ID of the DashedStrokeStyle. |
||
|
readonly |
The index of the DashedStrokeStyle within its containing object. |
||
|
read/write |
The name of the DashedStrokeStyle. |
||
|
readonly |
The parent of the DashedStrokeStyle (a Document or Application). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
read/write |
The corner adjustment applied to the DashedStrokeStyle. |
||
|
readonly |
The stroke style type. |
DashedStrokeStyle duplicate ()
Duplicates the DashedStrokeStyle.
Object getElements ()
Resolves the object specifier, creating an array of object references.
undefined remove (replacingWith:StrokeStyle)
Deletes the stroke style.
|
Parameter |
Type |
Description |
|---|---|---|
|
replacingWith |
The stroke style to apply in place of this one (Optional) |
String toSource ()
Generates a string which, if executed, will return the DashedStrokeStyle.
String toSpecifier ()
Retrieves the object specifier.