SVGBuilderExtensions.WritingMode

SVGBuilderExtensions.WritingMode<TBuilder> method

Sets the ‘writing-mode’ attribute for an SVG element, specifying the direction in which text and inline content are laid out.

public static TBuilder WritingMode<TBuilder>(this TBuilder builder, WritingMode value)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
valueThe writing mode.

Return Value

The builder instance for chaining.

See Also