Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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