Version

Image Class

The Image class is an implementation of an HTML <img> tag. As opposed to the System.Web.UI.WebControl.Image class, the Infragistics.WebUI.Shared assembly's Image does not derive from System.Web.UI.WebControls.WebControl. This provides for a much lighter weight implementation.
Syntax
'Declaration
 
Public Class Image 
   Inherits SimpleImage
public class Image : SimpleImage 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also