|
|
|
SftTreeCell.TextVAlign Property |
Defines the vertical alignment of the text in this cell.
Syntax
VB.NET |
Style = object.TextVAlign As SftTreeVAlignDefaultConstants |
||
VB |
Style = object.TextVAlign As SftTreeVAlignDefaultConstants |
||
C#.NET |
SftTreeVAlignDefaultConstants Style = object.TextVAlign; |
||
VC++ |
enum SftTreeVAlignDefaultConstants Style = object->TextVAlign;
|
||
C |
HRESULT object->get_TextVAlign(enum SftTreeVAlignDefaultConstants* Style); |
||
Delphi |
Style := object.TextVAlign : TOleEnum; |
||
VB.NET |
object.TextVAlign = Style As SftTreeVAlignDefaultConstants |
||
VB |
object.TextVAlign = Style As SftTreeVAlignDefaultConstants |
||
C#.NET |
SftTreeVAlignDefaultConstants object.TextVAlign = Style; |
||
VC++ |
enum SftTreeVAlignDefaultConstants object->TextVAlign = Style;
|
||
C |
HRESULT object->put_TextVAlign(enum SftTreeVAlignDefaultConstants Style); |
||
Delphi |
object.TextVAlign := Style : TOleEnum; |
object
A SftTreeCell object.
Style
Defines the vertical alignment of the text in this cell.
Name |
Value |
Description |
-1 |
The text is aligned as defined using the default settings for this cell's column (see Column.CellVAlign). |
|
0 |
The cell text is vertically centered. |
|
1 |
The cell text is aligned with the top of the available area. |
|
2 |
The cell text is aligned with the bottom of the available area. |
Comments
The TextVAlign property defines the vertical alignment of the text in this cell.
The Cell.TextHAlign property is used to define the horizontal alignment of the text in this cell.
The TextVAlign property determines the position of the cell text and graphic, defined using the Cell.Text and Cell.Image properties. It overrides the column's default alignment defined using the Column.CellVAlign property.
See Also SftTreeCell Object | Object Hierarchy