|
|
|
SftBoxRowHeader.ImageVAlign Property |
Defines the vertical alignment of the graphic in this row header.
Syntax
VB.NET |
Style = object.ImageVAlign As SftBoxVAlignConstants |
||
VB |
Style = object.ImageVAlign As SftBoxVAlignConstants |
||
C#.NET |
SftBoxVAlignConstants Style = object.ImageVAlign; |
||
VC++ |
enum SftBoxVAlignConstants Style = object->ImageVAlign;
|
||
C |
HRESULT object->get_ImageVAlign(enum SftBoxVAlignConstants* Style); |
||
Delphi |
Style := object.ImageVAlign : TOleEnum; |
||
VB.NET |
object.ImageVAlign = Style As SftBoxVAlignConstants |
||
VB |
object.ImageVAlign = Style As SftBoxVAlignConstants |
||
C#.NET |
SftBoxVAlignConstants object.ImageVAlign = Style; |
||
VC++ |
enum SftBoxVAlignConstants object->ImageVAlign = Style;
|
||
C |
HRESULT object->put_ImageVAlign(enum SftBoxVAlignConstants Style); |
||
Delphi |
object.ImageVAlign := Style : TOleEnum; |
object
A SftBoxRowHeader object.
Style
Defines the vertical alignment of the graphic in this row header.
Name |
Value |
Description |
0 |
The graphic is vertically centered. |
|
1 |
The graphic is aligned with the top of the available area. |
|
2 |
The graphic is aligned with the bottom of the available area. |
Comments
The ImageVAlign property defines the vertical alignment of the graphic in this row header.
The RowHeader.ImageHAlign property defines the horizontal alignment of the optional row header picture, defined using the RowHeader.Image property.