headerpanel Picture property
Return to Introduction  Previous page  Next page
Applies to
acHeader, acHeaderPanel, acPicturePanel and acSplitterPanel components as sub-property of Background structure.  

Declaration
property Picture: TPicture;  

Description
The Picture property specifies the image that appears as form background. The Picture can contains an icon, betafile, bitmap graphic, or user-defined graphic to be displayed as the background (if Kind = bkPicture).  
 
Setting Picture at design time brings up the Picture Editor, which can be used to specify the file that contains the image.  
 
To specify the style of drawing — use PictureStyle property.  

See also
PictureStyle and Kind properties.