TextAlignMask Enumeration |
An enumerated type listing all the Text align mask.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum TextAlignMask
Public Enumeration TextAlignMask
public enum class TextAlignMask
Members| Member name | Value | Description |
|---|
| horzAlignMask | 448 | The mask of the Text object being aligned in the horizontal direction. |
| vertAlignMask | 3,584 | The mask of the Text object being aligned in the vertical direction. |
See Also