ImageTextCell Constructor (String, String) |
Initializes a new instance of the
ImageTextCell class when binding to properties via reflection.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ImageTextCell(
string imageProperty,
string textProperty
)
Public Sub New (
imageProperty As String,
textProperty As String
)
new :
imageProperty : string *
textProperty : string -> ImageTextCell
Parameters
- imageProperty
- Type: SystemString
Name of the image property in the data item. - textProperty
- Type: SystemString
Name of the text property in the data item.
See Also