SVGBuilderExtensions.OnEnd
SVGBuilderExtensions.OnEnd<TBuilder> method
Sets the ‘onend’ attribute, defining a script to be run at the end of the animation.
public static TBuilder OnEnd<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 when the animation ends. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface IAnimationEventAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG