VerticalAlignment Enumeration
This enumearion specifies the vertical alignment of text.
Syntax
|
Constants
|
Enum VerticalAlignment
scVertTop = 0
scVertBottom = 1
scVertCenter = 2
End Enum
|
- scVertTop: Top, vertical alignment.
- scVertBottom: Bottom, vertical alignment.
- scVertCenter: Centered, vertical alignment.
|
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.