Click or drag to resize
VerticalAlignment Enumeration
The vertical alignment of contents in a cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public enum VerticalAlignment
Members
  Member nameValueDescription
Top0 Specifies that the contents of a cell are aligned with the top.
Center4 Specifies that the contents of a cell are aligned with the center.
Bottom8 Specifies that the contents of a cell are aligned with the bottom.
Remarks
This enumeration represents the different vertical alignment options for the contents of a cell that you can specify with the property VertAlign of the Style class.
See Also