summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Image.page
blob: 168adb1c847b4c38cc30663e29401324d506cbcb (plain)
1
2
3
4
5
6
7
8
9
10
11
<com:TContent ID="body" >

<h1 id="3201">TImage</h1>
<com:DocLink ClassPath="System.Web.UI.WebControls.TImage" />

<p id="370273" class="block-content">
<tt>TImage</tt> displays an image on a page. The image is specified via the <tt>ImageUrl</tt> property which takes a relative or absolute URL to the image file. The alignment of the image displayed is set by the <tt>ImageAlign</tt> property. To set alternate text or long description of the image, use <tt>AlternateText</tt> or <tt>DescriptionUrl</tt>, respectively.
</p>
<com:RunBar PagePath="Controls.Samples.TImage.Home" />

</com:TContent>