Revit 2023 API |
TableCellStyle..::..TextOrientation Property |
TableCellStyle Class See Also |
The orientation of the cell (for vertical/horizontal text) with input in degrees multiplied by 10
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public int TextOrientation { get; set; } |
Visual Basic |
---|
Public Property TextOrientation As Integer Get Set |
Visual C++ |
---|
public: property int TextOrientation { int get (); void set (int value); } |