Timing.Restart Property

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.

msoAnimEffectRestartAlways

msoAnimEffectRestartNever

msoAnimEffectRestartWhenOff

See Also

Reference

Timing Interface

Timing Members

Microsoft.Office.Interop.PowerPoint Namespace