Enum GridVerticalAlignment
Specifies the vertical alignment of an object or text in a cell.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridVerticalAlignment
Remarks
The GridVerticalAlignment enumeration represents the different vertical alignment options for contents of a cell that you can specify with the VerticalAlignment property of the GridStyleInfo class.
Fields
| Name | Description |
|---|---|
| Bottom | Specifies that the contents of a control are aligned with the bottom. |
| Middle | Specifies that the contents of a cell are aligned with the center. |
| Top | Specifies that the contents of a cell are aligned with the top. |