Wimark.Controls Class Library  

DataGridViewImageCell.ImageLayout Property

Gets or sets the image layout in the cell.

[Visual Basic]
Public Property ImageLayout As DataGridViewImageCellLayout 
[C#]
public DataGridViewImageCellLayout ImageLayout {get; set;}
[C++]
public: __property DataGridViewImageCellLayout get_ImageLayout();
public: __property void set_ImageLayout(DataGridViewImageCellLayout);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewImageCell Class | DataGridViewImageCell Members | Wimark.Controls Namespace