Click or drag to resize

ListBoxImageBinding Property

Note: This API is now obsolete.

Gets or sets the binding for the Image of each item

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.1: Use ItemImageBinding instead")]
public IIndirectBinding<Image> ImageBinding { get; set; }

Property Value

Type: IIndirectBindingImage
The image binding.
Remarks
By default will be an public Image property on your object
See Also