Declares the horizontal alignment style of font.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public enum HorizontalAlignmentStyle
Members
Member name | Value | Description |
---|---|---|
Center | 1 | Alignment to center |
Left | 0 | Alignment to left |
Right | 2 | Alignment to right |