Effect.Exit Property
Determines whether the animation effect is an exit effect. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Exit As MsoTriState
Get
Set
'Usage
Dim instance As Effect
Dim value As MsoTriState
value = instance.Exit
instance.Exit = value
MsoTriState Exit { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the Exit property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The effect is not an exit effect. |
|
The effect is an exit effect. |