Copyright © 2003-2023 MultiMedia Soft

CellsManager.PictureVertAlign property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Function CellsManager.get_PictureVertAlign(UniqueID as Short) As Ctl3d.VertAlign

Public Sub CellsManager.set_PictureVertAlign(UniqueID as Short, Ctl3d.VertAlign)

 

[C#]

public Ctl3d.VertAlign CellsManager.get_PictureVertAlign(short UniqueID);

public void CellsManager.set_PictureVertAlign(short UniqueID, Ctl3d.VertAlign);

 

[C++]

public: Ctl3d.VertAlign CellsManager.get_PictureVertAlign(short UniqueID);

public: 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

CellsManagerDesc class.

CellsManager property.

How to manage cells section.