Enum TextDrawAlignmentTypes
Specifies the alignment of a text draw.
public enum TextDrawAlignmentTypes
Fields
TextDrawAlignment_Center = 2Centers the text.
TextDrawAlignment_Default = 0Default alignment.
TextDrawAlignment_Left = 1Aligns the text to the left.
TextDrawAlignment_Right = 3Aligns the text to the right.