Declares the vertical alignment style of font.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum VerticalAlignmentStyle
Members
| Member name | Value | Description |
|---|
| Bottom | 8 |
Alignment to bottom
|
| Middle | 4 |
Alignment to middle
|
| Top | 0 |
Alignment to top
|
See Also
Reference