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