Xceed Grid for WinForms v4.3 Documentation
VerticalAlignment Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : VerticalAlignment Enumeration
Value indicating the vertical alignment of a grid element's content.
Syntax
'Declaration
 
Public Enum VerticalAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As VerticalAlignment
public enum VerticalAlignment : System.Enum 
Members
MemberDescription
BottomContent is vertically aligned at the bottom.
CenterContent is vertically aligned at the center.
DefaultDefault vertical alignment: Content is aligned at the top.
TopContent is vertically aligned at the top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Grid.VerticalAlignment

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Grid Namespace