Specifies the position, size, or shape in which the bitmap image for this object is to be displayed
Type: Property
Access: Read/Write
Data Type: Integer
Parameters:
None
Syntax
Property Integer Bitmap_Style
Get Bitmap_Style to IntegerVariable |
Set Bitmap_Style to IntegerVariable/Value |
Description
The Bitmap_Style property specifies the position, size, or shape in which the bitmap image for this object is to be displayed.
Possible styles are:
Constant | Meaning | |
Bitmap_Actual | Places the image in the upper left corner of the object |
Bitmap_Stretch | Stretches the bitmap to fills the entire object with the image |
Bitmap_Center | Centers the image in the object |
Bitmap_Tile | Tiles the object with the bitmap |
Default is Bitmap_Actual.