duheng
2025-04-03 82f8a7ead37ff50dec3d0d40e572d4331f14a8b2
1
2
3
4
5
6
7
8
9
10
11
namespace Yw.WinFrmUI.Phart
{
    public enum eTextAligment
    {
        Right = 0,
        Bottom = 1,
        Left = 2,
        Top = 3,
        TopRight = 4
    }
}