using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Eventech.Model { public enum eTextAligment { Right = 0, Bottom = 1, Left = 2, Top = 3, TopRight = 4 } }