Table of Contents

Property RepeatCount

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

RepeatCount

Gets or sets a value that specifies the number of iterations of the animation function.

string RepeatCount { get; set; }

Property Value

string

It can have the following attribute values:

  • numeric value This is a (base 10) "floating point" numeric value that specifies the number of iterations. It can include partial iterations expressed as fraction values. A fractional value describes a portion of the simple duration. Values must be greater than 0.
  • indefinite The animation is defined to repeat indefinitely (i.e. until the document ends).