System.Web.UI.HtmlControls.HtmlImage Members

The members of System.Web.UI.HtmlControls.HtmlImage are listed below.

See Also: Inherited members from System.Web.UI.HtmlControls.HtmlControl

Public Constructors

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlImage class.

Public Properties

Alignstring.

Gets or sets the alignment of the image relative to other Web page elements.

Altstring.

Gets or sets the alternative caption the browser displays if an image is unavailable or currently downloading and not yet finished.

Borderint.

Gets or sets the width of a frame for an image.

Heightint.

Gets or sets the height of the image.

Srcstring.

Gets or sets the source of the image file to display.

Widthint.

Gets or sets the width of the image.

Protected Methods

override
RenderAttributes(System.Web.UI.HtmlTextWriter)

Renders the System.Web.UI.HtmlControls.HtmlImage control's attributes to the specified System.Web.UI.HtmlTextWriter object.