Enum IndefiniteRepeat
Enum IndefiniteRepeat
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the indefinite repetition of an SVG animation.
[ComVisible(true)]
public enum IndefiniteRepeat
Fields
Indefinite = 0
Indicates that the animation should repeat indefinitely.
When used with the ‘repeatDur’ or ‘repeatCount’ attributes, this value specifies that the animation should continue to repeat for an unlimited number of times, or until the animation is explicitly stopped.