SVGTextPathElementBuilder.Method

SVGTextPathElementBuilder.Method method

Sets the ‘method’ attribute, specifying the text layout method along the path.

public SVGTextPathElementBuilder Method(TextPathMethod value)
ParameterTypeDescription
valueTextPathMethodThe text path method.

Return Value

The current builder instance.

See Also