AnimationEffect
IterateTimeValue Property
|
if the value is less than 0,
this element describes the duration of the iteration interval in absolute time.
if the value is greater than 0,
this element describes the duration of the iteration interval in percentage of time.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public float IterateTimeValue { get; set; }
Public Property IterateTimeValue As Single
Get
Set
public:
property float IterateTimeValue {
float get ();
void set (float value);
}
member IterateTimeValue : float32 with get, set
Property Value
Type:
Single
See Also