CustomStrokes.Item Property
CustomStrokes.Item Property |
Gets the Strokes collection at the specified index within the CustomStrokes collection.
Overload List
public Strokes Item(Int32) public Strokes Item(String)
Remarks
Note: In C#, use the collection's indexer as shown in the following example, instead of using the collection's Item property.
Examples
See Also