SVGSetElementBuilder.To

SVGSetElementBuilder.To method

Sets the ’to’ attribute of the SVG ‘set’ element, specifying the final value of the attribute that will be changed during the animation.

public SVGSetElementBuilder To(string value)
ParameterTypeDescription
valueStringThe final value of the attribute at the end of the animation.

Return Value

The current instance of SVGSetElementBuilder for method chaining.

See Also