SVGBuilderExtensions.OnRepeat
SVGBuilderExtensions.OnRepeat<TBuilder> method
Sets the ‘onrepeat’ attribute, defining a script to be run each time the animation repeats.
public static TBuilder OnRepeat<TBuilder>(this TBuilder builder, string value)
where TBuilder : ISVGElementBuilder, IAnimationEventAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
value | The script to run on each repeat of the animation. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface IAnimationEventAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG