Edit

Share via


ImageLayout Enum

Definition

Specifies the position of the image on the control.

C#
public enum ImageLayout
Inheritance
ImageLayout

Fields

Name Value Description
None 0

The image is left-aligned at the top across the control's client rectangle.

Tile 1

The image is tiled across the control's client rectangle.

Center 2

The image is centered within the control's client rectangle.

Stretch 3

The image is stretched across the control's client rectangle.

Zoom 4

The image is enlarged within the control's client rectangle.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10