namespace System.Windows.Forms { public enum TickStyle { None, TopLeft, BottomRight, Both } }