1 2 3 4 5 6 7 8 9 10
using System; [Flags] public enum TextAlignment { Center = 0, Left = 1, Right = 2, Top = 4, Bottom = 8 }