Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the current animation behavior is combined with other running animations.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("F9D204A8-2D7B-4F32-ABE4-94650F0E2B72")> _
Public Enumeration MsoAnimAdditive
'Usage
Dim instance As MsoAnimAdditive
[GuidAttribute("F9D204A8-2D7B-4F32-ABE4-94650F0E2B72")]
public enum MsoAnimAdditive
Members
| Member name | Description | |
|---|---|---|
| msoAnimAdditiveAddBase | Uses the animation behavior of the base animations. | |
| msoAnimAdditiveAddSum | Adds together the animation behavior of multiple animations. |