HorizontalAlign Enumeration
.NET Framework 2.0
Specifies the horizontal alignment of items within a container.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Member name | Description | |
|---|---|---|
| Center | The contents of a container are centered. | |
| Justify | The contents of a container are uniformly spread out and aligned with both the left and right margins. | |
| Left | The contents of a container are left justified. | |
| NotSet | The horizontal alignment is not set. | |
| Right | The contents of a container are right justified. |
The HorizontalAlign enumeration represents the horizontal alignment options for items within a container, such as a TableCell.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: