The following tables list the members exposed by Image.
Name | Description | |
---|---|---|
Image Constructor | Overloaded. |
Name | Description | |
---|---|---|
attributesCollection | (Inherited from Infragistics.WebUI.WebControls.SimpleImage) |
Name | Description | |
---|---|---|
AlternateText | The text shown if the image is unable to display, or for Accessibility. (Inherited from Infragistics.WebUI.WebControls.SimpleImage) | |
Height | A Unit which determines the height of the Image. | |
Section508Compliant | Indicates whether the <img> tag renders a text equivalent for accessibility browsers using assistive technology such as screen readers. (Inherited from Infragistics.WebUI.WebControls.SimpleImage) | |
Url | The source or "src" of the image. (Inherited from Infragistics.WebUI.WebControls.SimpleImage) | |
Width | A Unit which determines the Width of the Image. |
Name | Description | |
---|---|---|
UrlResolved | (Inherited from Infragistics.WebUI.WebControls.SimpleImage) | |
ViewState | Gets a dictionary of state information (StateBag) that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from Infragistics.WebUI.WebControls.SimpleImage) |
Name | Description | |
---|---|---|
Render | Uses the properties set on the SimpleImage to write an <img> tag, including the image's src Url and any alternate text. (Inherited from Infragistics.WebUI.WebControls.SimpleImage) | |
ToString | String formatted for visual designer. (Inherited from Infragistics.WebUI.WebControls.SimpleImage) | |
WriteImage | Uses the properties set on the SimpleImage to write an img tag, the image's source URL and any alternate text. (Inherited from Infragistics.WebUI.WebControls.SimpleImage) |
Name | Description | |
---|---|---|
InitializeAttributesCollection | (Inherited from Infragistics.WebUI.WebControls.SimpleImage) | |
OnRenderAdditionalProperties | Overridden. Override this method to render addition attributes allowed on the <img> tag which your subclass adds as full-fledged properties. | |
OnResetDefaultableProperties | Gives subclasses an opportunity to restore container-specific default values to their image properties. (Inherited from Infragistics.WebUI.WebControls.SimpleImage) | |
ResolveResourceUrl | Overloaded. (Inherited from Infragistics.WebUI.WebControls.SimpleImage) | |
ResolveUrl | (Inherited from Infragistics.WebUI.WebControls.SimpleImage) |