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. Cloud Software Group, Inc. All Rights Reserved.