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 Image As Image
Get
Set
abstract Image : Image with get, set
Property Value
Type:
ImageThe image in the data object, or null if no image is in the data object.
See Also