Click or drag to resize

ImageTextCell Class

Cell for Grid controls to show image and text in one cell.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ImageTextCell : Cell

The ImageTextCell type exposes the following members.

Constructors
  NameDescription
Public methodImageTextCell
Initializes a new instance of the ImageTextCell class.
Public methodImageTextCell(Int32, Int32)
Initializes a new instance of the ImageTextCell class when binding to an indexed-based data item.
Public methodImageTextCell(String, String)
Initializes a new instance of the ImageTextCell class when binding to properties via reflection.
Top
Properties
  NameDescription
Public propertyAutoSelectMode
Gets or sets the auto selection mode.
Public propertyImageBinding
Gets or sets the binding of the image to display for the cell.
Public propertyImageInterpolation
Gets or sets the interpolation mode when scaling images to fit into the cell.
Public propertyTextAlignment
Gets or sets the horizontal alignment of the text within the cell.
Public propertyTextBinding
Gets or sets the binding of the text to display for the cell.
Public propertyVerticalAlignment
Gets or sets the vertical alignment of the text within the cell.
Top
See Also