header ImageAlignment property
Return to Introduction  Previous page  Next page
Applies to
acHeader, acHeaderPanel, acPicturePanel and acBitBtn components.  

Declaration
type  
  TacImageAlignment = (iaLeft, iaRight);  
 
property ImageAlignment: TacImageAlignment;  

Description
The ImageAlignment property controls the placement of the icon (specified by Image or ImageIndex properties) on the header control.  
 
There are two possible values:  
ValueMeaning  
iaLefticon displayed at the left side of header control, shifting the caption to the right;  
iaRighticon displayed at the right side of control.  

See also
Image, ImageIndex and ImageList properties.