WritingMode Property (IStyle)
In This Topic
Gets a value indicating whether the text is written horizontally or vertically.
Syntax
'Declaration
ReadOnly Property WritingMode As String
string WritingMode {get;}
Property Value
A
System.String indicating the writing mode (horizontal or vertical).
See Also