JVCL Help:TJvTextAlign
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTextAlign type
Search in JVCL Help
Search in all projectsSummary
Defines the available text alignment styles.
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. |
Description
The TJvTextAlign type is used to define several different text alignments for the text in a TJvTransparentButton and TJvTransparentButtonImages.
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