Timing.Decelerate Property

Sets or returns the percentage of the duration over which a timing deceleration should take place. Read/write.

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

Syntax

'Declaration
Property Decelerate As Single
    Get
    Set
'Usage
Dim instance As Timing
Dim value As Single

value = instance.Decelerate

instance.Decelerate = value
float Decelerate { get; set; }

Property Value

Type: System.Single

Remarks

For example, a value of 0.9 means that an deceleration should start at the default speed, and then start to slow down after the first ten percent of the animation.

See Also

Reference

Timing Interface

Timing Members

Microsoft.Office.Interop.PowerPoint Namespace