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.
Represents whether the animation effect restarts after the effect has started once. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Restart As MsoAnimEffectRestart
Get
Set
'Usage
Dim instance As Timing
Dim value As MsoAnimEffectRestart
value = instance.Restart
instance.Restart = value
MsoAnimEffectRestart Restart { get; set; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.MsoAnimEffectRestart
Remarks
The value of the Restart property can be one of these MsoAnimEffectRestart constants. The default is msoAnimEffectRestartNever.