SVGAnimateTransformElementBuilder.Type

SVGAnimateTransformElementBuilder.Type method

Sets the ’type’ attribute of the SVG ‘animateTransform’ element, specifying the type of transformation.

public SVGAnimateTransformElementBuilder Type(TransformationType type)
ParameterTypeDescription
typeTransformationTypeThe type of transformation (e.g., translate, rotate, scale).

Return Value

The current instance of SVGAnimateTransformElementBuilder for method chaining.

See Also