SpecialEffectsTextAlignmentFlags Enumeration
Summary
The text alignment for the special effect. The Draw3dText and DrawRotated3dText methods use this enumeration.
Syntax
<FlagsAttribute()>
Public Enum SpecialEffectsTextAlignmentFlags
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
public enum SpecialEffectsTextAlignmentFlags
[FlagsAttribute()]
public enum class SpecialEffectsTextAlignmentFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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 |