Effect.Behaviors Property
Returns a specified slide animation behavior as an AnimationBehaviors collection.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Behaviors As AnimationBehaviors
Get
'Usage
Dim instance As Effect
Dim value As AnimationBehaviors
value = instance.Behaviors
AnimationBehaviors Behaviors { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.AnimationBehaviors
Remarks
To return a single AnimationBehavior object in the AnimationBehaviors collection, use the Item[Int32] method or Behaviors(index), where index is the index number of the AnimationBehavior object in the AnimationBehaviors collection.