|
|
|
SftButton.Image1AlignVert Property |
Defines the vertical alignment of the first graphic.
Syntax
VB.NET |
Align = object.Image1AlignVert As SftButtonAlignVertConstants |
||
VB |
Align = object.Image1AlignVert As SftButtonAlignVertConstants |
||
C#.NET |
SftButtonAlignVertConstants Align = object.Image1AlignVert; |
||
VC++ |
enum SftButtonAlignVertConstants Align = object->Image1AlignVert;
|
||
C |
HRESULT object->get_Image1AlignVert(enum SftButtonAlignVertConstants* Align); |
||
Delphi |
Align := object.Image1AlignVert : TOleEnum; |
||
VB.NET |
object.Image1AlignVert = Align As SftButtonAlignVertConstants |
||
VB |
object.Image1AlignVert = Align As SftButtonAlignVertConstants |
||
C#.NET |
SftButtonAlignVertConstants object.Image1AlignVert = Align; |
||
VC++ |
enum SftButtonAlignVertConstants object->Image1AlignVert = Align;
|
||
C |
HRESULT object->put_Image1AlignVert(enum SftButtonAlignVertConstants Align); |
||
Delphi |
object.Image1AlignVert := Align : TOleEnum; |
object
A SftButton object.
Align
Defines the vertical alignment of the first 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
The Image1AlignVert property defines the vertical alignment of the first graphic.
The layout of the button label and the position and alignment of the first picture component are defined using the Orientation, Image1AlignHorz and Image1AlignVert properties.
For detailed information on the use of the Orientation, Image1, Image1AlignHorz, Image1AlignVert, Image2, Image2AlignHorz, Image2AlignVert, Text, TextAlignHorz, TextAlignVert properties, please see "Button Label".