SVGBuilderExtensions.End
SVGBuilderExtensions.End method 
Sets the ’end’ attribute, defining when the animation should end.
public static TBuilder End<TBuilder>(this TBuilder builder, Action<TimingValueBuilder> configure)
    where TBuilder : ISVGElementBuilder, IAnimationTimingAttributeSetter
| Parameter | Description | 
|---|---|
| TBuilder | The type of the SVG element builder. | 
| builder | The SVG element builder. | 
| configure | A delegate to configure the timing value. | 
Return Value
The builder instance for chaining.
See Also
- class TimingValueBuilder
 - interface ISVGElementBuilder
 - interface IAnimationTimingAttributeSetter
 - class SVGBuilderExtensions
 - namespace Aspose.Svg.Builder
 - assembly Aspose.SVG