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