Click or drag to resize

ImageListItemImage Property

Gets or sets the image for this item.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Image Image { get; set; }

Property Value

Type: Image
The item's image.

Implements

IImageListItemImage
See Also