Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
CellsManager.TextHorzAlign property 
 
Type
[Visual Basic] 
Public Property CellsManager.TextHorzAlign(UniqueID as Short) As Ctl3d.HorzAlign 
 
[C#] 
public Ctl3d.HorzAlign CellsManager.get_TextHorzAlign(short UniqueID); 
public void CellsManager.set_TextHorzAlign(short UniqueID, Ctl3d.HorzAlign); 
 
[C++] 
public: __property Ctl3d.HorzAlign CellsManager.get_TextHorzAlign(short UniqueID); 
public: __property void CellsManager.set_TextHorzAlign(short UniqueID, Ctl3d.HorzAlign);
 
 
Remarks
The horizontal alignment applied to text displayed on the cell identified by the UniqueID parameter. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
HorzAlign.Left
0
Text is Left aligned.
HorzAlign.Center (default)
1
Text is Center aligned.
HorzAlign.Right
2
Text is Right aligned.
 
 
See also
CellsManager property. 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index