TimingAccelerate Property |
Describes the percentage of duration accelerate behavior effect.
Read/write
Single.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float Accelerate { get; set; }
Public Property Accelerate As Single
Get
Set
public:
virtual property float Accelerate {
float get () sealed;
void set (float value) sealed;
}
abstract Accelerate : float32 with get, set
override Accelerate : float32 with get, set
Property Value
Type:
SingleImplements
ITimingAccelerate
See Also