JVCL Help:TJvWizardImageAlignment
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizardImageAlignment type
Search in JVCL Help
Search in all projectsSummary
Defines possible alignments for wizard images.
Pascal
run\JvWizardCommon.pas
TJvWizardImageAlignment = (
iaLeft,
iaRight,
iaCenter,
iaStretch
);
Members
Members | Description |
iaLeft | Align image to the left. |
iaRight | Align image to the right. |
iaCenter | Align image to the horizontal center. |
iaStretch | Stretch image horizontally. |
Description
TJvWizardImageAlignment is used by JvWizardDrawImage to define the horizontal alignment of the image it draws.
See Also
JvWizardDrawImage, TJvWizardImageLayout
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