Timing.RewindAtEnd Property
Represents whether an object returns to its beginning position after an animation has ended. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property RewindAtEnd As MsoTriState
Get
Set
'Usage
Dim instance As Timing
Dim value As MsoTriState
value = instance.RewindAtEnd
instance.RewindAtEnd = value
MsoTriState RewindAtEnd { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the RewindAtEnd property can be one of the following MsoTriState constants:
Constant |
Description |
---|---|
The object does not return to its beginning position after an animation has ended. |
|
The object returns to its beginning position after an animation has ended. |