StrokeStyles
A collection of stroke styles.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the StrokeStyle with the specified index.
Returns any StrokeStyle in the collection.
Displays the number of elements in the StrokeStyle.
Returns every StrokeStyle in the collection.
Returns the first StrokeStyle in the collection.
Returns the StrokeStyle with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the StrokeStyle with the specified ID.
Returns the StrokeStyle with the specified name.
Returns the StrokeStyles within the specified range.
from
LongInteger | StrokeStyle | String
The StrokeStyle, index, or name at the beginning of the range. Can accept: StrokeStyle, Long Integer or String.
to
LongInteger | StrokeStyle | String
The StrokeStyle, index, or name at the end of the range. Can accept: StrokeStyle, Long Integer or String.
Returns the last StrokeStyle in the collection.
Returns the middle StrokeStyle in the collection.
Returns the StrokeStyle whose index follows the specified StrokeStyle in the collection.
obj
StrokeStyle
The StrokeStyle whose index comes before the desired StrokeStyle.
Returns the StrokeStyle with the index previous to the specified index.
obj
StrokeStyle
The index of the StrokeStyle that follows the desired StrokeStyle.
Generates a string which, if executed, will return the StrokeStyle.
Object of 2
Properties elsewhere that hold a StrokeStyles.