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