Objective Grid for Microsoft® .NET® Reference Guide

VerticalAlignment Enumeration

Back to Class Index

This enumeration specifies the vertical alignment of contents in a cell.

[Visual Basic]
Public Enum VerticalAlignment
[C#]
public enum VerticalAlignment

Remarks

This enumeration represents the different vertical alignment options for the contents of a cell that you can specify with the property of the Style class.

Members

Member NameDescription
Top Specifies that the contents of a cell are aligned with the top.
Center Specifies that the contents of a cell are aligned with the center.
Bottom Specifies that the contents of a cell are aligned with the bottom.

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace