Easy Tutorial
❮ Webpages Email Control Htmlgeneric ❯

ASP.NET Panel HorizontalAlign Property



Definition and Usage

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

Syntax

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

Example

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


❮ Webpages Email Control Htmlgeneric ❯