Xceed Grid for WinForms v4.3 Documentation
HorizontalAlignment Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : HorizontalAlignment Enumeration
Value indicating the horizontal alignment of a grid element's content.
Syntax
'Declaration
 
Public Enum HorizontalAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As HorizontalAlignment
public enum HorizontalAlignment : System.Enum 
Members
MemberDescription
CenterContent is horizontally aligned at the center
DefaultDefault horizontal alignment. If grid element contains a numeric datatype, content is aligned on the right; otherwise content is aligned on the left.
LeftContent is horizontally aligned on the left.
RightContent is horizontally aligned on the right.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Grid.HorizontalAlignment

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