AnimationPoint.Time Property
Sets or returns the time at a given animation point. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Time As Single
Get
Set
'Usage
Dim instance As AnimationPoint
Dim value As Single
value = instance.Time
instance.Time = value
float Time { get; set; }
Property Value
Type: System.Single
Remarks
The value of the Time property can be any floating-point value between 0 and 1, representing a percentage of the entire timeline from 0% to 100%. For example, a value of 0.2 would correspond to a point in time at 20% of the entire timeline duration from left to right.