Timing.Speed Property
Returns or sets the speed, in seconds, of the specified animation. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Speed As Single
Get
Set
'Usage
Dim instance As Timing
Dim value As Single
value = instance.Speed
instance.Speed = value
float Speed { get; set; }
Property Value
Type: System.Single