|
|
|
SftBoxRowHeaders.Align Property |
Defines the text alignment for all row headers.
Deprecated - Provided for compatibility with earlier versions only - Use RowHeader.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 SftBoxRowHeaders object.
Align
Defines the text alignment for all row headers.
Name |
Value |
Description |
0 |
The row header text and/or graphic component are left aligned. |
|
1 |
The row header text and/or graphic component are centered. |
|
2 |
The row header text and/or graphic component are right aligned. |
Comments
Deprecated - Provided for compatibility with earlier versions only - Use RowHeader.TextHAlign instead
The Align property defines the text alignment for all row headers.
Individual row headers can override the default text alignment using the RowHeader.TextHAlign property.
The RowHeaders.TextVAlign property can be used to define the default vertical alignment of text in all row headers.