namespace Yw.WinFrmUI.Phart { public enum eTextAligment { Right = 0, Bottom = 1, Left = 2, Top = 3, TopRight = 4 } }