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

Declaration
property PictureStyle: TacBackgroundPictureStyle;  

Description
The PictureStyle property specifies the effect used to draw the Picture. There are possible values:  
ValueMeaning  
bsTiletiles the bitmap image on form's background;  
bsStretchstretches the image so that it exactly fits the bounds of the form. When the form resized, the image will be resized as well;  
bsZigzagalmost the same as tile effect, but every next row of tile is shifted relatively to previous row, like bricks in the wall;  
bsCenterdraws the image in the center of form.  

Snapshot (bsZigzag effect)
gradient4  

See also
Picture and Kind properties.