ForegroundPicturePosition Property
This property determines where a style's foreground bitmap is displayed when the style is applied to a data cell, header, footer, or caption bar.
style.ForegroundPicturePosition= value
Read/Write at run time and design time.
Property applies to Style object.
Values
|
Design Time |
Run Time |
|
0 - Left (default) |
dblFPLeft |
|
1 - Right |
dblFPRight |
|
2 - Left of Text |
dblFPLeftOfText |
|
3 - Right of Text |
dblFPRightOfText |
|
4 - Top of Text |
dblFPTopOfText |
|
5 - Bottom of Text |
dblFPBottomOfText |
|
6 - Picture Only |
dblFPPictureOnly |
|
7 - Text Only |
dblFPTextOnly |
Use the ForegroundPicture property to specify a foreground bitmap for a style.
See Also