SVGTextPathElementBuilder.StartOffset

SVGTextPathElementBuilder.StartOffset method

Sets the ‘startOffset’ attribute, specifying the starting position of the text on the path.

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

Return Value

The current builder instance.

See Also