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