Timing.SmoothEnd Property
Determines whether an animation should decelerate as it ends. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property SmoothEnd As MsoTriState
Get
Set
'Usage
Dim instance As Timing
Dim value As MsoTriState
value = instance.SmoothEnd
instance.SmoothEnd = value
MsoTriState SmoothEnd { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the SmoothEnd property can be one of the following MsoTriState constants:
Constant |
Description |
---|---|
The default. An animation does not decelerate when it ends. |
|
An animation decelerates when it ends. |