.NET Windows Forms in a Nutshell
This enumeration specifies the sizing options for a PictureBox control. public enum PictureBoxSizeMode { Normal = 0 , StretchImage = 1 , AutoSize = 2 , CenterImage = 3 } Hierarchy
System.Object Returned By
PictureBox.SizeMode Passed To
PictureBox.SizeMode |