HorizontalAlign Enumeration
.NET Framework 3.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)
[TypeConverterAttribute(typeof(HorizontalAlignConverter))] public enum class HorizontalAlign
/** @attribute TypeConverterAttribute(System.Web.UI.WebControls.HorizontalAlignConverter) */ public enum HorizontalAlign
TypeConverterAttribute(System.Web.UI.WebControls.HorizontalAlignConverter) public enum HorizontalAlign
| 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.
Community Additions
ADD
Show: