SpecialEffectsTextAlignmentFlags Enumeration
Summary
The text alignment for the special effect. The Draw3dText and DrawRotated3dText methods use this enumeration.
Syntax
[FlagsAttribute()]
public enum SpecialEffectsTextAlignmentFlags
[FlagsAttribute()]
public enum class SpecialEffectsTextAlignmentFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class SpecialEffectsTextAlignmentFlags(Enum):
Left = 0
Left = 0
Left = 0
None, Top, HorizontalCenter = 16
None, Top, Right = 32
None, Top, VerticalCenter = 256
None, Top, Bottom = 512
None, Top, WordWrap = 4096
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 |