MsoAnimEffectRestart Enumeration
Specifies whether the animation effect restarts after the effect has started once.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("DA113E67-ED91-4427-9415-83960759D3FB")> _
Public Enumeration MsoAnimEffectRestart
'Usage
Dim instance As MsoAnimEffectRestart
[GuidAttribute("DA113E67-ED91-4427-9415-83960759D3FB")]
public enum MsoAnimEffectRestart
Members
Member name | Description | |
---|---|---|
msoAnimEffectRestartAlways | Always restarts. | |
msoAnimEffectRestartWhenOff | Restarts when animation is off. | |
msoAnimEffectRestartNever | Never restarts. |