TimingRepeatCount 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)
Syntax public float RepeatCount { get; set; }
Public Property RepeatCount As Single
Get
Set
public:
virtual property float RepeatCount {
float get () sealed;
void set (float value) sealed;
}
abstract RepeatCount : float32 with get, set
override RepeatCount : float32 with get, set
Property Value
Type:
SingleImplements
ITimingRepeatCountSee Also