SVGAnimateMotionElementBuilder.Rotate

Rotate(double)

Sets the ‘rotate’ attribute, defining the rotation of the animated element.

public SVGAnimateMotionElementBuilder Rotate(double degrees)
ParameterTypeDescription
degreesDoubleThe degrees of rotation.

Return Value

The current instance of SVGAnimateMotionElementBuilder for method chaining.

See Also


Rotate(Rotate)

Sets the ‘rotate’ attribute using a predefined rotation value.

public SVGAnimateMotionElementBuilder Rotate(Rotate value)
ParameterTypeDescription
valueRotateThe predefined rotation value.

Return Value

The current instance of SVGAnimateMotionElementBuilder for method chaining.

See Also