Class GridVerticalAlignment
Specifies the vertical alignment of an object or text in a cell.
Inheritance
System.Object
GridVerticalAlignment
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridVerticalAlignment : Enum
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
Bottom
Specifies that the contents of a control are aligned with the bottom.
Declaration
public const GridVerticalAlignment Bottom
Field Value
| Type |
|---|
| GridVerticalAlignment |
Middle
Specifies that the contents of a cell are aligned with the center.
Declaration
public const GridVerticalAlignment Middle
Field Value
| Type |
|---|
| GridVerticalAlignment |
Top
Specifies that the contents of a cell are aligned with the top.
Declaration
public const GridVerticalAlignment Top
Field Value
| Type |
|---|
| GridVerticalAlignment |