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