JVCL Help:TJvStaticText.Layout

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the vertical placement of the text within the control.


Pascal

 propertyLayout: TTextLayout;


Description

Set Layout to specify how the text of the control is placed within the ClientRect of the control. Layout is the vertical analog to the Alignment property.
Layout can be one of the following values:

Value Meaning
tlTop The text appears at the top of the control.
tlCenter The text is vertically centered in the control.
tlBottom The text appears along the bottom of the control.


See Also

TJvCustomStaticText.Alignment


About

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