RAD Studio VCL Reference
|
Specifies how the image specified in the Background property is rendered on the action band used by the action client to render any sub-items that are contained by the action client.
property BackgroundLayout: TBackgroundLayout;
__property TBackgroundLayout BackgroundLayout;
The values of BackgroundLayout are as follows:.
|
|
blNormal |
Image is drawn normally, starting at coordinate 0,0 of the action band and the sub-item captions are rendered with a transparent background. |
blStretch |
Image is stretch drawn to fit the client area of the action band, starting at coordinate 0,0 of the action band and sub-item captions are rendered with a transparent background. |
blTile |
Image is tiled to fill the action band, sub-items are rendered with a transparent background |
blLeftBanner |
Image is appended to the left side of the action band. |
blRightBanner |
Image is appended to the right side of the action band. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|