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