AnimationBehavior.Accumulate Property
Determines whether animation behaviors accumulate. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Accumulate As MsoAnimAccumulate
Get
Set
'Usage
Dim instance As AnimationBehavior
Dim value As MsoAnimAccumulate
value = instance.Accumulate
instance.Accumulate = value
MsoAnimAccumulate Accumulate { get; set; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.MsoAnimAccumulate
Remarks
Use this property in conjunction with the Additive property to combine animation effects.The value of the Accumulate property can be one of these MsoAnimAccumulate constants.
Constant |
Description |
---|---|
Animation behaviors accumulate. |
|
The default. Animation behaviors do not accumulate |