SVGBuilderExtensions.Values
SVGBuilderExtensions.Values method 
Sets the ‘values’ attribute, specifying the set of values to be used over the course of the animation.
public static TBuilder Values<TBuilder>(this TBuilder builder, params string[] values)
    where TBuilder : ISVGElementBuilder, IAnimationValueAttributeSetter
| Parameter | Description | 
|---|---|
| TBuilder | The type of the SVG element builder. | 
| builder | The SVG element builder. | 
| values | The array of values for the animation. | 
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
 - interface IAnimationValueAttributeSetter
 - class SVGBuilderExtensions
 - namespace Aspose.Svg.Builder
 - assembly Aspose.SVG