[]
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. |