SVGBuilderExtensions.UnicodeBidi

SVGBuilderExtensions.UnicodeBidi<TBuilder> method

Sets the ‘unicode-bidi’ attribute for an SVG element, defining how the bidirectional text should be handled.

public static TBuilder UnicodeBidi<TBuilder>(this TBuilder builder, UnicodeBidi unicodeBidi)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
unicodeBidiThe Unicode BiDi behavior.

Return Value

The builder instance for chaining.

See Also