HorizontalAlignmentStyle Enumeration

Declares the horizontal alignment style of font.

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