|
|
|
SftBoxRowHeader.PictureAlign Property |
Defines the row header's picture alignment.
Deprecated - Provided for compatibility with earlier versions only - Use RowHeader.ImageHAlign instead
Syntax
VB.NET |
Align = object.PictureAlign As SftBoxAlignConstants |
||
VB |
Align = object.PictureAlign As SftBoxAlignConstants |
||
C#.NET |
SftBoxAlignConstants Align = object.PictureAlign; |
||
VC++ |
enum SftBoxAlignConstants Align = object->PictureAlign;
|
||
C |
HRESULT object->get_PictureAlign(enum SftBoxAlignConstants* Align); |
||
Delphi |
Align := object.PictureAlign : TOleEnum; |
||
VB.NET |
object.PictureAlign = Align As SftBoxAlignConstants |
||
VB |
object.PictureAlign = Align As SftBoxAlignConstants |
||
C#.NET |
SftBoxAlignConstants object.PictureAlign = Align; |
||
VC++ |
enum SftBoxAlignConstants object->PictureAlign = Align;
|
||
C |
HRESULT object->put_PictureAlign(enum SftBoxAlignConstants Align); |
||
Delphi |
object.PictureAlign := Align : TOleEnum; |
object
A SftBoxRowHeader object.
Align
Defines the row header's picture alignment.
Name |
Value |
Description |
0 |
The graphic is displayed to the left of the row header text. |
|
1 |
The graphic is centered within the row header. The row header text is not displayed. |
|
2 |
The graphic is displayed to the right of the row header text. |
Comments
Deprecated - Provided for compatibility with earlier versions only - Use RowHeader.ImageHAlign instead
The PictureAlign property defines the row header's picture alignment.
The RowHeader.ImageVAlign property defines the vertical alignment of the optional row header picture, defined using the RowHeader.Image property.