Share

VerticalTextAlignment Enumeration

Supported types of vertical alignment of a text element.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public enum VerticalTextAlignment

Members

Member nameValueDescription
Bottom1 Bottom of the text box remains in place as the height of the text changes.
Middle2 The horizontal center line of the text box remains in place as the height of the text changes.
Top0 Top of the text box remains in place as the height of the text changes.

See Also

Reference

Was this information helpful?