StrokeStyles
A collection of stroke styles.
StrokeStyles Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of StrokeStyles. |
| Item |
Object |
read |
Returns the StrokeStyle with the specified index or name as Long or String. |
StrokeStyles Methods
| Method |
Returns |
Description |
| AnyItem |
Object |
Returns any StrokeStyle. |
| FirstItem |
Object |
Returns the first StrokeStyle. |
| ItemByID |
Object |
Returns the StrokeStyle with the specified ID. |
| ItemByRange |
Objects |
Returns the StrokeStyles within the specified range. |
| LastItem |
Object |
Returns the last StrokeStyle. |
| MiddleItem |
Object |
Returns the middle StrokeStyle. |
| NextItem |
Object |
Returns the next StrokeStyle. |
| PreviousItem |
Object |
Returns the previous StrokeStyle. |