[This is preliminary documentation and subject to change.]

Returns an Image icon for this content provider.


Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property Image As Image
C#
Image Image { get; }
C++
property Image Image abstract  {
    Image get();
}
J#
/** property */
public Image get_Image();
JScript
public function get Image() : Image

Property Value

The Image for this plugin, to be displayed in PlayOn Settings.

Remarks

The image must be minimum 48 x 48 pixels. PNG format images are preferred.

See Also