Click or drag to resize

ImageViewCell Class

Cell for Grid controls to show a single Image.
Inheritance Hierarchy
SystemObject
  EtoWidget
    Eto.FormsCell
      Eto.FormsSingleValueCellImage
        Eto.FormsImageViewCell

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ImageViewCell : SingleValueCell<Image>

The ImageViewCell type exposes the following members.

Constructors
  NameDescription
Public methodImageViewCell
Initializes a new instance of the ImageViewCell class.
Public methodImageViewCell(Int32)
Initializes a new instance of the ImageViewCell class when binding to an indexed-based data item.
Public methodImageViewCell(String)
Initializes a new instance of the ImageViewCell class when binding to properties via reflection.
Top
Properties
  NameDescription
Public propertyImageInterpolation
Gets or sets the interpolation mode when scaling images to fit into the cell.
Top
See Also