|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
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:
| ||||||||||||
|
|
| ||||||||||||
|
See also
|
CellsManagerDesc class.
CellsManager property.
How to manage cells section.
|