System.Windows.Forms.ImageLayout Enumeration

Specifies the position of the image on the control.

Syntax

public enum ImageLayout

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Center

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

None

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

Stretch

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

Tile

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

Zoom

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

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0