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

msoFalse

The effect is not an exit effect.

msoTrue

The effect is an exit effect.

See Also

Reference

Effect Interface

Effect Members

Microsoft.Office.Interop.PowerPoint Namespace