|
|
|
SftBoxRowHeader.TextVAlign Property |
Defines the vertical alignment of the text in this row header.
Syntax
VB.NET |
Style = object.TextVAlign As SftBoxVAlignDefaultConstants |
||
VB |
Style = object.TextVAlign As SftBoxVAlignDefaultConstants |
||
C#.NET |
SftBoxVAlignDefaultConstants Style = object.TextVAlign; |
||
VC++ |
enum SftBoxVAlignDefaultConstants Style = object->TextVAlign;
|
||
C |
HRESULT object->get_TextVAlign(enum SftBoxVAlignDefaultConstants* Style); |
||
Delphi |
Style := object.TextVAlign : TOleEnum; |
||
VB.NET |
object.TextVAlign = Style As SftBoxVAlignDefaultConstants |
||
VB |
object.TextVAlign = Style As SftBoxVAlignDefaultConstants |
||
C#.NET |
SftBoxVAlignDefaultConstants object.TextVAlign = Style; |
||
VC++ |
enum SftBoxVAlignDefaultConstants object->TextVAlign = Style;
|
||
C |
HRESULT object->put_TextVAlign(enum SftBoxVAlignDefaultConstants Style); |
||
Delphi |
object.TextVAlign := Style : TOleEnum; |
object
A SftBoxRowHeader object.
Style
Defines the vertical alignment of the text in this row header.
Name |
Value |
Description |
-1 |
The text is aligned as defined using the default settings for all row headers (see RowHeaders.TextVAlign). |
|
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 row header.
Row header text and graphics are defined using the RowHeader.Text and RowHeader.Image properties.
The default alignment for all row headers is defined using the RowHeaders.TextHAlign and RowHeaders.TextVAlign properties.