JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. HorizontalAlignment Enumeration Specifies the horizontal alignment of text. Syntax Constants Enum HorizontalAlignment scHorzLeft = 0 scHorzRight = 1 scHorzCenter = 2 scHorzAuto = 3 End Enum scHorzLeft: Left, horizontal alignment. scHorzRight: Right, horizontal alignment. scHorzCenter: Centered, horizontal alignment. scHorzAuto: Automatic, horizontal alignment. Copyright © 2020. TIBCO Software Inc. All Rights Reserved.