JVCL Help:TJvWizardImageLayout
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizardImageLayout type
Search in JVCL Help
Search in all projectsSummary
Defines possible vertical alignment of wizard images.
Pascal
run\JvWizardCommon.pas
TJvWizardImageLayout = (
ilTop,
ilBottom,
ilCenter,
ilStretch,
ilTile
);
Members
Members | Description |
ilTop | Align image to the top. |
ilBottom | Align image to the bottom. |
ilCenter | Align image to the vertical center. |
ilStretch | Stretch image vertically. |
ilTile | Tile image across client area. |
Description
TJvWizardImageLayout is used by JvWizardDrawImage to define the vertical alignment of the image it draws.
See Also
JvWizardDrawImage, TJvWizardImageAlignment
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page