SVGBuilderExtensions.LengthAdjust

SVGBuilderExtensions.LengthAdjust<TBuilder> method

Sets the method of length adjustment for the text content.

public static TBuilder LengthAdjust<TBuilder>(this TBuilder builder, LengthAdjust value)
    where TBuilder : ISVGElementBuilder, ITextContentPositioningAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe SVG element builder.
valueThe length adjustment method.

Return Value

The builder instance for chaining.

Remarks

This method sets the ’lengthAdjust’ attribute, determining how text length is adjusted, either by spacing or by scaling.

See Also