'Declaration Public Enum HorizontalAlignment Inherits System.Enum
'Usage Dim instance As HorizontalAlignment
public enum HorizontalAlignment : System.Enum
'Declaration Public Enum HorizontalAlignment Inherits System.Enum
'Usage Dim instance As HorizontalAlignment
public enum HorizontalAlignment : System.Enum
Member | Description |
---|---|
Center | Content is horizontally aligned at the center |
Default | Default horizontal alignment. If grid element contains a numeric datatype, content is aligned on the right; otherwise content is aligned on the left. |
Left | Content is horizontally aligned on the left. |
Right | Content is horizontally aligned on the right. |
System.Object
System.ValueType
System.Enum
Xceed.Grid.HorizontalAlignment
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