Click or drag to resize

ImageTextCellIHandler Interface

Handler interface for the ImageTextCell.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler

The ImageTextCellIHandler type exposes the following members.

Properties
  NameDescription
Public propertyAutoSelectMode
Gets or sets the auto selection mode.
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 propertyVerticalAlignment
Gets or sets the vertical alignment of the text within the cell.
Top
See Also