namespace System.Windows.Forms { public enum ImageLayout { None, Tile, Center, Stretch, Zoom } }