ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamBackgroundImageStyle

Define the style of the background image.

Syntax
Pascal
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.