[]
Gets or sets a value indicating whether the text is written horizontally or vertically.
public ExpressionInfo WritingMode { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo object that evaluates to how the text is written. |
Valid values are listed in the table below.
WritingMode | Description |
---|---|
lr-tb | Text is written from left to right and from top to bottom. |
tb-rl | Text is written from top to bottom and from right to left. |