The properties of System.Web.UI.WebControls.Image are listed below. For a list of all members, see the Image Members list.
See Also: Inherited members from System.Web.UI.WebControls.WebControl
AlternateText | string.
Gets or sets the alternate text displayed in the System.Web.UI.WebControls.Image control when the image is unavailable. Browsers that support the ToolTips feature display this text as a ToolTip. | |
DescriptionUrl | string.
Gets or sets the location to a detailed description for the image. | |
override | Enabled | bool.
Gets or sets a value indicating whether the control is enabled. |
[read-only] override | Font | FontInfo.
Gets the font properties for the text associated with the control. |
GenerateEmptyAlternateText | bool.
Gets or sets a value indicating whether the control generates an alternate text attribute for an empty string value. | |
ImageAlign | ImageAlign.
Gets or sets the alignment of the System.Web.UI.WebControls.Image control in relation to other elements on the Web page. | |
ImageUrl | string.
Gets or sets the URL that provides the path to an image to display in the System.Web.UI.WebControls.Image control. |