Easy Tutorial
❮ Prop Control Standard Uniqueid Prop Webcontrol Textbox Textmode ❯

ASP.NET HorizontalAlign Property



Definition and Usage

The HorizontalAlign property is used to set or return the horizontal alignment of content within a Table control.

Syntax

Property Description
align Specifies the horizontal alignment of content. Possible values: Center<br> Justify<br> Left<br> NotSet (default)<br> Right

Example

The following example sets the HorizontalAlign property of a Table control:


❮ Prop Control Standard Uniqueid Prop Webcontrol Textbox Textmode ❯