Easy Tutorial
❮ Prop Control Standard Parent Met Websecurity Getuserid ❯

ASP.NET Image ImageAlign Property



Definition and Usage

The ImageAlign property is used to set or return the alignment of an image.

Syntax

Property Description
align Specifies the alignment of the image. Possible values: NotSet<br> AbsBottom<br> AbsMiddle<br> BaseLine<br> Bottom<br> Left<br> Middle<br> Right<br> TextTop<br> Top

Example

The following example sets the ImageAlign property for an Image control:


❮ Prop Control Standard Parent Met Websecurity Getuserid ❯