The properties of System.Web.UI.HtmlControls.HtmlImage are listed below. For a list of all members, see the HtmlImage Members list.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlControl
Align | string.
Gets or sets the alignment of the image relative to other Web page elements. | |
Alt | string.
Gets or sets the alternative caption the browser displays if an image is unavailable or currently downloading and not yet finished. | |
Border | int.
Gets or sets the width of a frame for an image. | |
Height | int.
Gets or sets the height of the image. | |
Src | string.
Gets or sets the source of the image file to display. | |
Width | int.
Gets or sets the width of the image. |