| Revit 2017 API |
| HorizontalTextAlignment Enumeration |
| See Also |
Supported kinds of text horizontal alignment within the text containing box.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2016
Since:
2016
Syntax
| C# |
|---|
public enum HorizontalTextAlignment |
| Visual Basic |
|---|
Public Enumeration HorizontalTextAlignment |
| Visual C++ |
|---|
public enum class HorizontalTextAlignment |
Members
| Member name | Description |
|---|---|
| Left | Text is aligned on the left side of the text box. |
| Right | Text is aligned on the righ side of the text box. |
| Center | Text is centered within the text box. |