SVGBuilderExtensions.WhiteSspace

SVGBuilderExtensions.WhiteSspace<TBuilder> method

Sets the ‘white-space’ attribute for an SVG element, specifying how white space inside the element is handled.

public static TBuilder WhiteSspace<TBuilder>(this TBuilder builder, WhiteSpace value)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
valueThe white space handling mode.

Return Value

The builder instance for chaining.

See Also