 Gets or sets the object at the specified index within the collection.
 Gets or sets the object at the specified index within the collection.Indexer of the class. Returns the AnimationBase object by integer index.
| Visual Basic (Declaration) | |
|---|---|
| Public Default Property Item( _ ByVal index As Integer _ ) As AnimationElement | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public AnimationElement this[ int index ]; {get; set;} | |
Parameters
- index
- Zero-based index of object in collection to get or set.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
  
  
  
 