AnimationSettings.Animate Property
Determines whether the specified shape is animated during a slide show. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Animate As MsoTriState
Get
Set
'Usage
Dim instance As AnimationSettings
Dim value As MsoTriState
value = instance.Animate
instance.Animate = value
MsoTriState Animate { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
For a shape to be animated, the TextLevelEffect property of the AnimationSettings object for the shape must be set to something other than ppAnimateLevelNone, and either the Animate property must be set to true, or the EntryEffect property must be set to a constant other than ppEffectNone.
The value of the Animate property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The specified shape is not animated during a slide show. |
|
The specified shape is animated during a slide show. |