Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
CellsManager.TextVertAlign property 
 
Type
[Visual Basic] 
Public Property CellsManager.TextVertAlign(UniqueID as Short) As Ctl3d.VertAlign 
 
[C#] 
public Ctl3d.VertAlign CellsManager.get_TextVertAlign(short UniqueID); 
public void CellsManager.set_TextVertAlign(short UniqueID, Ctl3d.VertAlign); 
 
[C++] 
public: __property Ctl3d.VertAlign CellsManager.get_TextVertAlign(short UniqueID); 
public: __property void CellsManager.set_TextVertAlign(short UniqueID, Ctl3d.VertAlign);
 
 
Remarks
The vertical alignment applied to text displayed on the cell identified by the UniqueID parameter. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
VertAlign.Top
0
Text is aligned to the cell's top.
VertAlign.Middle (default)
1
Text is aligned to the cell's center.
VertAlign.Bottom
2
Text is aligned to the cell's bottom.
 
 
See also
CellsManager property. 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index