| Revit 2020.1 API | 
| TableCellStyle..::..FontVerticalAlignment Property | 
| TableCellStyle Class See Also | 
   The vertical alignment style of text font.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
 Syntax
Syntax
| C# | 
|---|
| public VerticalAlignmentStyle FontVerticalAlignment { get; set; } | 
| Visual Basic | 
|---|
| Public Property FontVerticalAlignment As VerticalAlignmentStyle Get Set | 
| Visual C++ | 
|---|
| public: property VerticalAlignmentStyle FontVerticalAlignment { VerticalAlignmentStyle get (); void set (VerticalAlignmentStyle value); } | 
Field Value
Alignment style. Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |