HorizontalAlignmentStyle Enumeration

Declares the horizontal alignment style of font.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum HorizontalAlignmentStyle
Members
Member nameValueDescription
Center1 Alignment to center
Left0 Alignment to left
Right2 Alignment to right
See Also