BehaviorPropertyCollectionItem Property |
Returns a property at the specified index.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IBehaviorProperty this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As IBehaviorProperty
Get
Set
public:
virtual property IBehaviorProperty^ default[int index] {
IBehaviorProperty^ get (int index) sealed;
void set (int index, IBehaviorProperty^ value) sealed;
}
abstract Item : IBehaviorProperty with get, set
override Item : IBehaviorProperty with get, set
Parameters
- index
- Type: SystemInt32
Index of a property to return.
Return Value
Type:
IBehaviorPropertyAnimation behavior property.
Implements
IListTItemInt32
See Also