Share via


AnimationSettings.AnimateTextInReverse Property

Determines whether the specified shape is built in reverse order. Applies only to shapes (such as shapes containing lists) that can be built in more than one step. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property AnimateTextInReverse As MsoTriState
    Get
    Set
'Usage
Dim instance As AnimationSettings
Dim value As MsoTriState

value = instance.AnimateTextInReverse

instance.AnimateTextInReverse = value
MsoTriState AnimateTextInReverse { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

The value of the AnimateTextInReverse property can be one of these MsoTriState constants.

Constant

Description

msoFalse

The specified shape is not built in reverse order.

msoTrue

The specified shape is built in reverse order.

You do not see the effects of setting this property unless the specified shape gets animated. For a shape to be animated, the TextLevelEffect property of the AnimationSettings object for the shape must be set to something other than ppAnimateLevelNone and the Animate property must be set to true.

See Also

Reference

AnimationSettings Interface

AnimationSettings Members

Microsoft.Office.Interop.PowerPoint Namespace