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