C#
VB
C++
The text alignment for the special effect. The Draw3dText and DrawRotated3dText methods use this enumeration.
Members
Value | Member | Description |
---|---|---|
0x00000000 | Left | Left align |
0x00000000 | None | None |
0x00000000 | Top | Top align |
0x00000010 | HorizontalCenter | Horizontal center align |
0x00000020 | Right | Right align |
0x00000100 | VerticalCenter | Vertical center align |
0x00000200 | Bottom | Right align |
0x00001000 | WordWrap | Word-wrapping text |