using System; namespace CPF.ReoGrid.Graphics { public enum LineStyles : byte { Solid = 1, Dash, Dot, DashDot, DashDotDot } }