JVCL Help:TJvTextAlign

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the available text alignment styles.

run\JvTransparentButton.pas


Pascal

 run\JvTransparentButton.pas
 TJvTextAlign = (
ttaTopLeft,
ttaTop,
ttaTopRight,
ttaRight,
ttaBottomRight,
ttaBottom,
ttaBottomLeft,
ttaLeft,
ttaCenter
);


Members

Members Description
ttaTopLeft Text is aligned to the top/left of the button.
ttaTop Text is aligned to the top/center of the button.
ttaTopRight Text is aligned to the top/right of the button.
ttaRight Text is aligned to the right/center of the button.
ttaBottomRight Text is aligned to the bottom/right of the button.
ttaBottom Text is aligned to the bottom/center of the button.
ttaBottomLeft Text is aligned to the bottom/left of the button.
ttaLeft Text is aligned to the left/center of the button.
ttaCenter Text is centered on the button.

run\JvTransparentButton.pas


Description

The TJvTextAlign type is used to define several different text alignments for the text in a TJvTransparentButton and TJvTransparentButtonImages.

run\JvTransparentButton.pas


About

Navigation

no pages or subcategories

run\JvTransparentButton.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