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.
Determines whether an effect should play forward and then in reverse, thereby doubling its duration. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property AutoReverse As MsoTriState
Get
Set
'Usage
Dim instance As Timing
Dim value As MsoTriState
value = instance.AutoReverse
instance.AutoReverse = value
MsoTriState AutoReverse { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the AutoReverse property can be one of the following MsoTriState constants:
Constant |
Description |
|---|---|
The default. The effect does not play forward and then in reverse. |
|
The effect plays forward and then in reverse. |