|
|
|
SftTreeFooter.TextVAlign Property |
Defines the vertical alignment of the text in this column footer.
Syntax
VB.NET |
Style = object.TextVAlign As SftTreeVAlignConstants |
||
VB |
Style = object.TextVAlign As SftTreeVAlignConstants |
||
C#.NET |
SftTreeVAlignConstants Style = object.TextVAlign; |
||
VC++ |
enum SftTreeVAlignConstants Style = object->TextVAlign;
|
||
C |
HRESULT object->get_TextVAlign(enum SftTreeVAlignConstants* Style); |
||
Delphi |
Style := object.TextVAlign : TOleEnum; |
||
VB.NET |
object.TextVAlign = Style As SftTreeVAlignConstants |
||
VB |
object.TextVAlign = Style As SftTreeVAlignConstants |
||
C#.NET |
SftTreeVAlignConstants object.TextVAlign = Style; |
||
VC++ |
enum SftTreeVAlignConstants object->TextVAlign = Style;
|
||
C |
HRESULT object->put_TextVAlign(enum SftTreeVAlignConstants Style); |
||
Delphi |
object.TextVAlign := Style : TOleEnum; |
object
A SftTreeFooter object.
Style
Defines the vertical alignment of the text in this column footer.
Name |
Value |
Description |
0 |
The text is vertically centered. |
|
1 |
The text is aligned with the top of the available area. |
|
2 |
The text is aligned with the bottom of the available area. |
Comments
The TextVAlign property defines the vertical alignment of the text in this column footer.
To change the default alignment of cell text use the Column.CellHAlign and Column.CellVAlign properties instead.
The Footers.Multiline property can be used to enable multi-line column footer text.
See Also SftTreeFooter Object | Object Hierarchy