|
|
|
SftButton.Picture2AlignVert Property |
Defines the vertical alignment of the second graphic.
Deprecated - Provided for compatibility with earlier versions only - Use the Image2AlignVert property instead
Syntax
VB.NET |
Align = object.Picture2AlignVert As SftButtonAlignVertConstants |
||
VB |
Align = object.Picture2AlignVert As SftButtonAlignVertConstants |
||
C#.NET |
SftButtonAlignVertConstants Align = object.Picture2AlignVert; |
||
VC++ |
enum SftButtonAlignVertConstants Align = object->Picture2AlignVert;
|
||
C |
HRESULT object->get_Picture2AlignVert(enum SftButtonAlignVertConstants* Align); |
||
Delphi |
Align := object.Picture2AlignVert : TOleEnum; |
||
VB.NET |
object.Picture2AlignVert = Align As SftButtonAlignVertConstants |
||
VB |
object.Picture2AlignVert = Align As SftButtonAlignVertConstants |
||
C#.NET |
SftButtonAlignVertConstants object.Picture2AlignVert = Align; |
||
VC++ |
enum SftButtonAlignVertConstants object->Picture2AlignVert = Align;
|
||
C |
HRESULT object->put_Picture2AlignVert(enum SftButtonAlignVertConstants Align); |
||
Delphi |
object.Picture2AlignVert := Align : TOleEnum; |
object
A SftButton object.
Align
Defines the vertical alignment of the second graphic.
Name |
Value |
Description |
0 |
The picture component is vertically centered within the available space. |
|
1 |
The picture component is aligned with the top of the available space. |
|
2 |
The picture component is aligned with the bottom of the available space. |
Comments
Deprecated - Provided for compatibility with earlier versions only - Use the Image2AlignVert property instead
The Picture2AlignVert property defines the vertical alignment of the second graphic.