SVGTextPathElementBuilder.LengthAdjust

SVGTextPathElementBuilder.LengthAdjust method

Sets the ’lengthAdjust’ attribute, specifying how text length adjustments are made.

public SVGTextPathElementBuilder LengthAdjust(LengthAdjust value)
ParameterTypeDescription
valueLengthAdjustThe length adjust value.

Return Value

The current builder instance.

See Also