Specifies the percentage by which to speed up (or slow down) the timing.
Read/write
Single.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float Speed { get; set; }
Public Property Speed As Single
Get
Set
public:
virtual property float Speed {
float get () sealed;
void set (float value) sealed;
}
abstract Speed : float32 with get, set
override Speed : float32 with get, set
Property Value
Type:
SingleImplements
ITimingSpeed
See Also