SVGBuilderExtensions.Restart
SVGBuilderExtensions.Restart<TBuilder> method
Sets the ‘restart’ attribute, defining how the animation should behave when it completes.
public static TBuilder Restart<TBuilder>(this TBuilder builder, Restart value)
where TBuilder : ISVGElementBuilder, IAnimationTimingAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
value | The restart behavior of the animation. |
Return Value
The builder instance for chaining.
See Also
- enum Restart
- interface ISVGElementBuilder
- interface IAnimationTimingAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG