| Revit 2019.2 API |
| TableCellStyle..::..FontHorizontalAlignment Property |
| TableCellStyle Class See Also |
The horizontal alignment style of text font.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public HorizontalAlignmentStyle FontHorizontalAlignment { get; set; } |
| Visual Basic |
|---|
Public Property FontHorizontalAlignment As HorizontalAlignmentStyle Get Set |
| Visual C++ |
|---|
public: property HorizontalAlignmentStyle FontHorizontalAlignment { HorizontalAlignmentStyle get (); void set (HorizontalAlignmentStyle value); } |
Field Value
Alignment style.
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 |