TimingDecelerate Property |
Describes the percentage of duration decelerate 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 Decelerate { get; set; }
Public Property Decelerate As Single
Get
Set
public:
virtual property float Decelerate {
float get () sealed;
void set (float value) sealed;
}
abstract Decelerate : float32 with get, set
override Decelerate : float32 with get, set
Property Value
Type:
SingleImplements
ITimingDecelerate
See Also