| 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
Syntax[ObsoleteAttribute("Since 2.1: Use ItemImageBinding instead")]
public IIndirectBinding<Image> ImageBinding { get; set; }<ObsoleteAttribute("Since 2.1: Use ItemImageBinding instead")>
Public Property ImageBinding As IIndirectBinding(Of Image)
	Get
	Set[<ObsoleteAttribute("Since 2.1: Use ItemImageBinding instead")>]
member ImageBinding : IIndirectBinding<Image> with get, set
Property Value
Type: 
IIndirectBindingImageThe image binding.
 Remarks
Remarks
            By default will be an public Image property on your object
            
 See Also
See Also