MsoAnimAccumulate Enumeration
Specifies whether animation behaviors accumulate.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("661ECFC7-4D4F-4BF9-B5F1-D4718EE3F9CA")> _
Public Enumeration MsoAnimAccumulate
'Usage
Dim instance As MsoAnimAccumulate
[GuidAttribute("661ECFC7-4D4F-4BF9-B5F1-D4718EE3F9CA")]
public enum MsoAnimAccumulate
Members
Member name | Description | |
---|---|---|
msoAnimAccumulateNone | Does not accumulate. | |
msoAnimAccumulateAlways | Accumulates with other animation behaviors. |