JVCL Help:TJvWizardImageLayout

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Defines possible vertical alignment of wizard images.

run\JvWizardCommon.pas


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.

run\JvWizardCommon.pas


Description

TJvWizardImageLayout is used by JvWizardDrawImage to define the vertical alignment of the image it draws.

run\JvWizardCommon.pas


See Also

JvWizardDrawImage, TJvWizardImageAlignment

run\JvWizardCommon.pas


About

Navigation

no pages or subcategories

run\JvWizardCommon.pas



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