Image displayed as a background of the progress bar. Not all progress bar interfaces support it, some simply ignore it. You can leave it Nil, then we will simply capture screen contents each time the progress bar starts.
The image assigned here does not become owned by the TProgressUserInterface instance. We don't modify it (if we need to resize it to fit the screen size, we do it on a temporary copy). And we don't free it.
property BarYPosition: Single read FBarYPosition write FBarYPosition
default DefaultBarYPosition;
Vertical position of the displayed progress bar. This feature is supposed to indicate a suitable free space on the background Image where we can nicely fit the progress bar UI.
Not all progress bar interfaces support it, some simply ignore it.
0 means the middle of progress bar is at the bottom of the image, 1 means at the top. 0.5 indicates the middle, and it's the default.
property ImageBarYPosition: Single read FBarYPosition write FBarYPosition
default DefaultBarYPosition; deprecated;