HorizontalAlign Enumeration
.NET Framework (current version)
Specifies the horizontal alignment of items within a container.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: