SVGTextPathElementBuilder.Spacing

SVGTextPathElementBuilder.Spacing method

Sets the ‘spacing’ attribute, specifying the spacing strategy for text along the path.

public SVGTextPathElementBuilder Spacing(TextPathSpacing value)
ParameterTypeDescription
valueTextPathSpacingThe text path spacing.

Return Value

The current builder instance.

See Also