Share via


AnimationSettings.AdvanceMode Property

Returns or sets a value that indicates whether the specified shape animation advances only when clicked or automatically after a specified amount of time. Read/write.

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

Syntax

'Declaration
Property AdvanceMode As PpAdvanceMode
    Get
    Set
'Usage
Dim instance As AnimationSettings
Dim value As PpAdvanceMode

value = instance.AdvanceMode

instance.AdvanceMode = value
PpAdvanceMode AdvanceMode { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpAdvanceMode

Remarks

If your shape doesn't become animated, make sure that the TextLevelEffect property is set to a value other than ppAnimateLevelNone and that the Animate property is set to true.

The value of the AdvanceMode property can be one of these PpAdvanceMode constants.

ppAdvanceModeMixed

ppAdvanceOnClick

ppAdvanceOnTime

See Also

Reference

AnimationSettings Interface

AnimationSettings Members

Microsoft.Office.Interop.PowerPoint Namespace