SVGBuilderExtensions.To
SVGBuilderExtensions.To method
Sets the ’to’ attribute, defining the ending value of the animation with a specified length type.
public static TBuilder To<TBuilder>(this TBuilder builder, double value,
LengthType type = LengthType.Px)
where TBuilder : ISVGElementBuilder, IAnimationValueAttributeSetter
| Parameter | Description |
|---|---|
| TBuilder | The type of the SVG element builder. |
| builder | The SVG element builder. |
| value | The ending value for the animation. |
| type | The length type for the ’to’ value. |
Return Value
The builder instance for chaining.
See Also
- enum LengthType
- interface ISVGElementBuilder
- interface IAnimationValueAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG