namespace System.Windows.Forms { public enum PictureBoxSizeMode { Normal, StretchImage, AutoSize, CenterImage, Zoom } }