SVGTextPathElementBuilder.Path

SVGTextPathElementBuilder.Path method

Configures the path for the text.

public SVGTextPathElementBuilder Path(Action<PathBuilder> configure)
ParameterTypeDescription
configureAction`1The configuration action for the path.

Return Value

The current builder instance.

See Also