|
|
|
SftBoxRowColumnHeader.Align Property |
Defines the row/column header's text alignment.
Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.TextHAlign instead
Syntax
VB.NET |
Align = object.Align As SftBoxAlignConstants |
||
VB |
Align = object.Align As SftBoxAlignConstants |
||
C#.NET |
SftBoxAlignConstants Align = object.Align; |
||
VC++ |
enum SftBoxAlignConstants Align = object->Align;
|
||
C |
HRESULT object->get_Align(enum SftBoxAlignConstants* Align); |
||
Delphi |
Align := object.Align : TOleEnum; |
||
VB.NET |
object.Align = Align As SftBoxAlignConstants |
||
VB |
object.Align = Align As SftBoxAlignConstants |
||
C#.NET |
SftBoxAlignConstants object.Align = Align; |
||
VC++ |
enum SftBoxAlignConstants object->Align = Align;
|
||
C |
HRESULT object->put_Align(enum SftBoxAlignConstants Align); |
||
Delphi |
object.Align := Align : TOleEnum; |
object
A SftBoxRowColumnHeader object.
Align
Defines the row/column header's text alignment.
Name |
Value |
Description |
0 |
The row/column header text and/or graphic component are left aligned. |
|
1 |
The row/column header text and/or graphic component are centered. |
|
2 |
The row/column header text and/or graphic component are right aligned. |
Comments
Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.TextHAlign instead
The Align property defines the row/column header's text alignment.
The RowColumnHeader.TextVAlign property is used to define the vertical 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.