DataGridViewContentAlignment Enumeration
.NET Framework 4.5
Defines constants that indicate the alignment of content within a DataGridView cell.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| NotSet | The alignment is not set. | |
| TopLeft | The content is aligned vertically at the top and horizontally at the left of a cell. | |
| TopCenter | The content is aligned vertically at the top and horizontally at the center of a cell. | |
| TopRight | The content is aligned vertically at the top and horizontally at the right of a cell. | |
| MiddleLeft | The content is aligned vertically at the middle and horizontally at the left of a cell. | |
| MiddleCenter | The content is aligned at the vertical and horizontal center of a cell. | |
| MiddleRight | The content is aligned vertically at the middle and horizontally at the right of a cell. | |
| BottomLeft | The content is aligned vertically at the bottom and horizontally at the left of a cell. | |
| BottomCenter | The content is aligned vertically at the bottom and horizontally at the center of a cell. | |
| BottomRight | The content is aligned vertically at the bottom and horizontally at the right of a cell. |
This enumeration is used by the DataGridViewCellStyle.Alignment property.
The following code example illustrates the use of this type. For more information, see How to: Format Data in the Windows Forms DataGridView Control.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.