Version

SimpleImage Class

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