| Revit 2022.1 API |
| TextNode..::..VerticalAlignment Property |
| TextNode Class See Also |
Indicates default vertical alignment of the text.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2016
Syntax
| C# |
|---|
public VerticalTextAlignment VerticalAlignment { get; } |
| Visual Basic |
|---|
Public ReadOnly Property VerticalAlignment As VerticalTextAlignment Get |
| Visual C++ |
|---|
public: property VerticalTextAlignment VerticalAlignment { VerticalTextAlignment get (); } |