Click or drag to resize

IDataObjectImage Property

Gets or sets an image in the data object.

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

Property Value

Type: Image
The image in the data object, or null if no image is in the data object.
See Also