Supported types of vertical alignment of a text element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2016
Since: 2016
Syntax
| C# |
|---|
public enum VerticalTextAlignment |
| Visual Basic |
|---|
Public Enumeration VerticalTextAlignment |
| Visual C++ |
|---|
public enum class VerticalTextAlignment |
Members
| Member name | Description |
|---|---|
| Top | Top of the text box remains in place as the height of the text changes. |
| Bottom | Bottom of the text box remains in place as the height of the text changes. |
| Middle | The horizontal center line of the text box remains in place as the height of the text changes. |