FlexGrid for WinForms
TextAlignEnum Enumeration



Specifies how text is aligned in a grid cell.
Syntax
'Declaration
 
Public Enum TextAlignEnum 
   Inherits System.Enum
'Usage
 
Dim instance As TextAlignEnum
public enum TextAlignEnum : System.Enum 
public enum class TextAlignEnum : public System.Enum 
Members
MemberDescription
CenterBottomText is horizontally aligned to the center and vertically aligned to the bottom of the cell.
CenterCenterText is horizontally aligned to the center and vertically aligned to the center of the cell.
CenterTopText is horizontally aligned to the center and vertically aligned to the top of the cell.
GeneralBottomNumbers are aligned to the right, other values to the left, and vertically aligned to the bottom.
GeneralCenterNumbers are aligned to the right, other values to the left, and vertically aligned to the center.
GeneralTopNumbers are aligned to the right, other values to the left, and vertically aligned to the top.
LeftBottomText is horizontally aligned to the left and vertically aligned to the bottom of the cell.
LeftCenterText is horizontally aligned to the left and vertically aligned to the center of the cell.
LeftTopText is horizontally aligned to the left and vertically aligned to the top of the cell.
RightBottomText is horizontally aligned to the right and vertically aligned to the bottom of the cell.
RightCenterText is horizontally aligned to the right and vertically aligned to the center of the cell.
RightTopText is horizontally aligned to the right and vertically aligned to the top of the cell.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.TextAlignEnum

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

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback