SVGTextPathElementBuilder.TextLength
SVGTextPathElementBuilder.TextLength method
Sets the ’textLength’ attribute, specifying the length of the text.
public SVGTextPathElementBuilder TextLength(double value, LengthType type = LengthType.Px)
Parameter | Type | Description |
---|---|---|
value | Double | The length of the text. |
type | LengthType | The type of length measurement (e.g., pixels). |
Return Value
The current builder instance.
See Also
- enum LengthType
- class SVGTextPathElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG