|
|
|
| acHeader, acHeaderPanel, acPicturePanel and acBitBtn components.
|
| type
|
| TacImageAlignment = (iaLeft, iaRight);
|
|
|
| property ImageAlignment: TacImageAlignment;
|
| The ImageAlignment property controls the placement of the icon (specified by Image or ImageIndex properties) on the header control.
|
|
|
| There are two possible values:
|
| Value | Meaning
|
| iaLeft | icon displayed at the left side of header control, shifting the caption to the right;
|
| iaRight | icon displayed at the right side of control.
|
| Image, ImageIndex and ImageList properties.
|