Name

PictureBoxSizeMode

Synopsis

This enumeration specifies the sizing options for a PictureBox control.


public enum PictureBoxSizeMode {

   Normal = 0,

   StretchImage = 1,

   AutoSize = 2,

   CenterImage = 3

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) PictureBoxSizeMode

Returned By

PictureBox.SizeMode

Passed To

PictureBox.SizeMode

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.