SVGBuilderExtensions.GlyphOrientationVertical

SVGBuilderExtensions.GlyphOrientationVertical<TBuilder> method

Sets the ‘glyph-orientation-vertical’ attribute for an SVG element, specifying the orientation of glyphs.

public static TBuilder GlyphOrientationVertical<TBuilder>(this TBuilder builder, 
    TextOrientation orientation)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
orientationThe text orientation value to set.

Return Value

The builder instance for chaining.

See Also