HorizontalAlignmentStyle Enumeration |
Declares the horizontal alignment style of font.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum HorizontalAlignmentStyle
Public Enumeration HorizontalAlignmentStyle
public enum class HorizontalAlignmentStyle
type HorizontalAlignmentStyle
MembersMember name | Value | Description |
---|
Left | 0 |
Alignment to left
|
Center | 1 |
Alignment to center
|
Right | 2 |
Alignment to right
|
See Also