SVGTextPathElementBuilder.TextLength

SVGTextPathElementBuilder.TextLength method

Sets the ’textLength’ attribute, specifying the length of the text.

public SVGTextPathElementBuilder TextLength(double value, LengthType type = LengthType.Px)
ParameterTypeDescription
valueDoubleThe length of the text.
typeLengthTypeThe type of length measurement (e.g., pixels).

Return Value

The current builder instance.

See Also