The members of System.Web.UI.HtmlControls.HtmlImage are listed below.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlControl
Initializes a new instance of the System.Web.UI.HtmlControls.HtmlImage class. |
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. |
override | RenderAttributes(System.Web.UI.HtmlTextWriter)
|