Item

BehaviorPropertyCollection indexer

Returns a property at the specified index.

public IBehaviorProperty this[int index] { get; set; }
ParameterDescription
indexIndex of a property to return.

Return Value

Animation behavior property.

See Also