<< Click to display table of contents >> TSRVBackgroundProperty.PicturePosition |
Specifies the position of Picture.
type
TSRVPicturePosition = (srvtpNone, srvtpTopLeft, srvtpCenter,
srvtpTile, srvtpStretch, srvtpScale);
property PicturePosition: TSRVPicturePosition;
Value |
Meaning |
srvtpNone |
picture is not displayed |
srvtpTopLeft |
picture is in the top left corner |
srvtpCenter |
picture in the center |
srvtpTile |
picture is tiled |
srvtpStretch |
picture is stretched to the window size |
srvtpScale |
picture is stretched to the window size, proportionally |
Default value:
srvtpNone