CONST_DIDALFLAGS
Used to specify text alignment in the action-mapping property sheet.
Enum CONST_DIDALFLAGS
DIDAL_BOTTOMALIGNED = 8
DIDAL_CENTERED = 0
DIDAL_LEFTALIGNED = 1
DIDAL_MIDDLE = 0
DIDAL_RIGHTALIGNED = 2
DIDAL_TOPALIGNED = 4
End Enum
Constants
- DIDAL_BOTTOMALIGNED
- The text is aligned on the bottom border.
- DIDAL_CENTERED
- The text is horizontally centered.
- DIDAL_LEFTALIGNED
- The text is aligned on the left border.
- DIDAL_MIDDLE
- The text is vertically centered.
- DIDAL_RIGHTALIGNED
- The text is aligned on the right border.
- DIDAL_TOPALIGNED
- The text is aligned on the top border.