|
|
|
SftBoxRowColumnHeader.TextVAlign Property |
Defines the vertical alignment of the text in the row/column header.
Syntax
VB.NET |
Style = object.TextVAlign As SftBoxVAlignConstants |
||
VB |
Style = object.TextVAlign As SftBoxVAlignConstants |
||
C#.NET |
SftBoxVAlignConstants Style = object.TextVAlign; |
||
VC++ |
enum SftBoxVAlignConstants Style = object->TextVAlign;
|
||
C |
HRESULT object->get_TextVAlign(enum SftBoxVAlignConstants* Style); |
||
Delphi |
Style := object.TextVAlign : TOleEnum; |
||
VB.NET |
object.TextVAlign = Style As SftBoxVAlignConstants |
||
VB |
object.TextVAlign = Style As SftBoxVAlignConstants |
||
C#.NET |
SftBoxVAlignConstants object.TextVAlign = Style; |
||
VC++ |
enum SftBoxVAlignConstants object->TextVAlign = Style;
|
||
C |
HRESULT object->put_TextVAlign(enum SftBoxVAlignConstants Style); |
||
Delphi |
object.TextVAlign := Style : TOleEnum; |
object
A SftBoxRowColumnHeader object.
Style
Defines the vertical alignment of the text in the row/column header.
Name |
Value |
Description |
0 |
The row/column header text is vertically centered. |
|
1 |
The row/column header text is aligned with the top of the available area. |
|
2 |
The row/column header text is aligned with the bottom of the available area. |
Comments
The TextVAlign property defines the vertical alignment of the text in the row/column header.
The RowColumnHeader.TextHAlign property is used to define the horizontal alignment of the text in the row/column header. The RowColumnHeader.Text property defines the text displayed in the row/column header.
The RowColumnHeader.ImageHAlign and RowColumnHeader.ImageVAlign properties are used to align the row/column header graphic component.