Click or drag to resize

DataObjectImage Property

Gets or sets an image in the data object.

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

Property Value

Type: Image
The image in the data object, or null if the data object contains no image.

Implements

IDataObjectImage
See Also