ImageTextCell Class |
Namespace: Eto.Forms
The ImageTextCell type exposes the following members.
| Name | Description | |
|---|---|---|
| ImageTextCell |
Initializes a new instance of the ImageTextCell class.
| |
| ImageTextCell(Int32, Int32) |
Initializes a new instance of the ImageTextCell class when binding to an indexed-based data item.
| |
| ImageTextCell(String, String) |
Initializes a new instance of the ImageTextCell class when binding to properties via reflection.
|
| Name | Description | |
|---|---|---|
| AutoSelectMode |
Gets or sets the auto selection mode.
| |
| ImageBinding |
Gets or sets the binding of the image to display for the cell.
| |
| ImageInterpolation |
Gets or sets the interpolation mode when scaling images to fit into the cell.
| |
| TextAlignment |
Gets or sets the horizontal alignment of the text within the cell.
| |
| TextBinding |
Gets or sets the binding of the text to display for the cell.
| |
| VerticalAlignment |
Gets or sets the vertical alignment of the text within the cell.
|