SVGBuilderExtensions.Direction

SVGBuilderExtensions.Direction<TBuilder> method

Sets the ‘direction’ attribute for an SVG element using a predefined enum value.

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

Return Value

The builder instance for chaining.

See Also