Lesa á ensku Breyta

Deila með


DataGridViewImageCell.ImageLayout Property

Definition

Gets or sets the graphics layout for the cell.

public System.Windows.Forms.DataGridViewImageCellLayout ImageLayout { get; set; }

Property Value

A DataGridViewImageCellLayout for this cell. The default is NotSet.

Exceptions

Remarks

Changing this property will cause the cell to redraw itself.

Setting the ImageLayout property of the owning column also sets the ImageLayout property of every cell in the column and refreshes the column display. To override the specified value for individual cells, set the cell values after you set the column value.

Applies to

Vara Útgáfur
.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

See also