Click or drag to resize

DataObjectContainsImage Property

Gets a value indicating whether this DataObject contains a value for Image.

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

Property Value

Type: Boolean
true if the data object contains an image; otherwise, false.

Implements

IDataObjectContainsImage
See Also