SVGAnimateMotionElementBuilder.Path

SVGAnimateMotionElementBuilder.Path method

Defines the path for the motion animation.

public SVGAnimateMotionElementBuilder Path(Action<PathBuilder> configure)
ParameterTypeDescription
configureAction`1A delegate to configure the SVGPathBuilder for the motion path.

Return Value

The current instance of SVGAnimateMotionElementBuilder for method chaining.

See Also