Description
Returns True if the TextStyle object is set to display text vertically rather than horizontally. Otherwise returns False.
Note that vertical orientation is only possible if the font in use supports it.
Visual Basic
Public Property Vertical() As bool
C#
public bool Vertical;
Conditions
Read / Write
Links
TextStyle Class, Autodesk.AutoCAD.GraphicsInterface Namespace