AnimationSettings.AfterEffect Property

Returns or sets a PpAfterEffect constant that indicates whether the specified shape appears dimmed, hidden, or unchanged after it is built. Read/write.

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

Syntax

'Declaration
Property AfterEffect As PpAfterEffect
    Get
    Set
'Usage
Dim instance As AnimationSettings
Dim value As PpAfterEffect

value = instance.AfterEffect

instance.AfterEffect = value
PpAfterEffect AfterEffect { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpAfterEffect

Remarks

You won't see the aftereffect you set for a shape unless the shape gets animated and at least one other shape on the slide gets animated after it. For a shape to be animated, the TextLevelEffect property of the AnimationSettings object for the shape must be set to something other than ppAnimateLevelNone, or the EntryEffect property must be set to a constant other than ppEffectNone. In addition, the Animate property must be set to true. To change the build order of the shapes on a slide, use the AnimationOrder property.

The value of the AfterEffect property can be one of these PpAfterEffect constants.

ppAfterEffectDim

ppAfterEffectHide

ppAfterEffectHideOnClick

ppAfterEffectMixed

ppAfterEffectNothing

See Also

Reference

AnimationSettings Interface

AnimationSettings Members

Microsoft.Office.Interop.PowerPoint Namespace