PictureBoxSizeMode
Wisej.Web.PictureBoxSizeMode
Last updated
Wisej.Web.PictureBoxSizeMode
Last updated
AutoSize | The is sized equal to the size of the image that it contains. |
CenterImage | The image is displayed in the center if the is larger than the image. If the image is larger than the , the picture is placed in the center of the and the outside edges are clipped. |
Cover | The image is resized to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges. |
Normal | The image is placed in the upper-left corner of the . The image is clipped if it is larger than the it is contained in. |
StretchImage | The image within the is stretched or shrunk to fit the size of the . |
Zoom | The size of the image is increased or decreased maintaining the size ratio. |
Indicates how the image is displayed. |