AnimationSettings.EntryEffect Property

For the AnimationSettings object, this property returns or sets the special effect applied to the animation for the specified shape. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property EntryEffect As PpEntryEffect
    Get
    Set
'Usage
Dim instance As AnimationSettings
Dim value As PpEntryEffect

value = instance.EntryEffect

instance.EntryEffect = value
PpEntryEffect EntryEffect { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpEntryEffect

Remarks

If the TextLevelEffect property for the specified shape is set to ppAnimateLevelNone (the default value) or the Animate property is set to false, you won't see the special effect you've applied with the EntryEffect property.

See Also

Reference

AnimationSettings Interface

AnimationSettings Members

Microsoft.Office.Interop.PowerPoint Namespace