This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
HtmlImage Properties
The properties of the HtmlImage class are listed below. For a complete list of HtmlImage class members, see the HtmlImage Members topic.
Public:
Align |
Gets or sets the image's alignment with surrounding text. |
Alt |
Gets or sets the alternative caption that the browser displays if image is either unavailable or has not been downloaded yet. |
Attributes (inherited from HtmlControl) |
Gets all attribute name/value pairs expressed on a server control tag within a selected ASP+ page. |
Border |
Gets or sets the width of image border, in pixels. |
ClientID (inherited from Control) |
[To be supplied.] |
Controls (inherited from Control) |
[To be supplied.] |
DataBindings (inherited from Control) |
[To be supplied.] |
Disabled (inherited from HtmlControl) |
Gets or sets a value indicating whether the Disabled attribute is included when a server control is rendered. |
Height |
Gets or sets the height of the image. By default, this is expressed in pixels, but can be a expressed as a percentage. |
ID (inherited from Control) |
[To be supplied.] |
MaintainState (inherited from Control) |
[To be supplied.] |
NamingContainer (inherited from Control) |
[To be supplied.] |
Page (inherited from Control) |
[To be supplied.] |
Parent (inherited from Control) |
[To be supplied.] |
Site (inherited from Control) |
[To be supplied.] |
Src |
Gets or sets the name of and path to the image file to be displayed. This can be an absolute or relative path. |
Style (inherited from HtmlControl) |
Gets all cascading style sheet (CSS) properties that are applied to a specified HTML Server control in an .aspx file. |
TagName (inherited from HtmlControl) |
Gets the element name of a tag that contains a runat=server attribute/value pair. |
UniqueID (inherited from Control) |
[To be supplied.] |
Visible (inherited from Control) |
[To be supplied.] |
Width |
Gets or sets the width of the image. By default, this is expressed in pixels, but can be a expressed as a percentage. |
Protected:
AllowsChildren (inherited from HtmlControl) |
[To be supplied.] |
ChildControlsCreated (inherited from Control) |
[To be supplied.] |
Context (inherited from Control) |
[To be supplied.] |
HasChildViewState (inherited from Control) |
[To be supplied.] |
State (inherited from Control) |
[To be supplied.] |
StateBagIgnoresCase (inherited from Control) |
[To be supplied.] |
See Also
HtmlImage Class | System.Web.UI.HtmlControls Namespace