JVCL Help:TJvWizardImageAlignment

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 alignments for wizard images.

run\JvWizardCommon.pas


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.

run\JvWizardCommon.pas


Description

TJvWizardImageAlignment is used by JvWizardDrawImage to define the horizontal alignment of the image it draws.

run\JvWizardCommon.pas


See Also

JvWizardDrawImage, TJvWizardImageLayout

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