[]
Gets or sets the image.
[TypeConverter(typeof(ImageObjectTypeConverter))]
public object Image { get; set; }
<TypeConverter(GetType(ImageObjectTypeConverter))>
Public Property Image As Object
| Type | Description |
|---|---|
| object | An Object value that indicates the image. |