SVGBuilderExtensions.FontStretch

SVGBuilderExtensions.FontStretch<TBuilder> method

Sets the ‘font-stretch’ attribute for an SVG element using a predefined font stretch value.

public static TBuilder FontStretch<TBuilder>(this TBuilder builder, FontStretch value)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
valueThe predefined font stretch value to set.

Return Value

The builder instance for chaining.

See Also