ShellBrowser Delphi Components Documentation
|
Define the style of the background image.
TJamBackgroundImageStyle = ( bisLeftTop, bisRightBottom, bisTiled );
Members |
Description |
bisLeftTop |
The background image will be displayed in the left top corner. |
bisRightBottom |
The background image will be displayed in the right bottom corner. |
bisTiled |
The background image will be tiled to fill the entire background. |