Overview | Methods | This Package | All Packages
Fields | Description |
AUTO_SIZE | Specifies that the PictureBox control should size itself to fit the image that it displays. |
CENTER_IMAGE | Specifies that if the PictureBox control is larger than the image it displays, the image should be centered in the space available in the control. |
NORMAL | Specifies that the image should be placed in the upper-left corner of the PictureBox control's client area, that the image should be clipped if the image is larger than the control, and that no other special processing should occur. |
STRETCH_IMAGE | Specifies that the image should be stretched or shrunk to correspond to the size of the PictureBox control. |