|
|
|
| acHeaderPanel component as sub-property of BackgroundHeader structure.
|
| property PictureStyle: TacBackgroundPictureStyle;
|
| The PictureStyle property specifies the effect used to draw the Picture. There are possible values:
|
| Value | Meaning
|
| bsTile | tiles the bitmap image on form's background;
|
| bsStretch | stretches the image so that it exactly fits the bounds of the form. When the form resized, the image will be resized as well;
|
| bsZigzag | almost the same as tile effect, but every next row of tile is shifted relatively to previous row, like bricks in the wall;
|
| bsCenter | draws the image in the center of form.
|
|
| Picture and Kind properties.
|