namespace IndexFormula.Finance { using System; public enum TextAlign { Left, Right } }