ComponentOne True DBGrid for WinForms
AlignVertEnum Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : AlignVertEnum Enumeration
Specifies the vertical alignment of text or images in a cell.
Syntax
'Declaration
 
Public Enum AlignVertEnum 
   Inherits System.Enum
public enum AlignVertEnum : System.Enum 
Members
MemberDescription
BottomText is rendered at the bottom of the cell.
CenterText is rendered at the center of the cell.
TopText is rendered at the top of the cell.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.AlignVertEnum

See Also

Reference

C1.Win.C1TrueDBGrid Namespace