WritingMode enumeration

WritingMode enumeration

Specifies the writing mode (direction of text flow) in SVG.

The WritingMode type exposes the following members:

Fields

FieldDescription
HORIZONTAL_TBHorizontal text flow from top to bottom.
VERTICAL_RLVertical text flow from right to left.
VERTICAL_LRVertical text flow from left to right.

See Also