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
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
orientation | The text orientation value to set. |
Return Value
The builder instance for chaining.
See Also
- enum TextOrientation
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG