namespace System.Windows.Forms { [Flags] public enum AnchorStyles { Top = 1, Bottom = 2, Left = 4, Right = 8, None = 0 } }