JVCL Help:TJvXPLayout
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvXPLayout type
Search in JVCL Help
Search in all projectsSummary
Specifies how images are drawn in relation to text in a control.
Pascal
run\JvXPButtons.pas
TJvXPLayout = (
blGlyphLeft,
blGlyphRight,
blGlyphTop,
blGlyphBottom
);
Members
Members | Description |
blGlyphLeft | Image is drawn to the left of the text. |
blGlyphRight | Image is drawn to the right of the text. |
blGlyphTop | Image is drawn above the text. |
blGlyphBottom | Image is drawn below the text. |
Description
The TJvXPLayout is used by the Layout property of TJvXPCustomButton and descendants.
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