Bitmap_Style - DfBaseWindow

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

Read Access: Get Bitmap_Style to IntegerVariable
Write Access: 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:

ConstantMeaning
Bitmap_ActualPlaces the image in the upper left corner of the object
Bitmap_StretchStretches the bitmap to fills the entire object with the image
Bitmap_CenterCenters the image in the object
Bitmap_TileTiles the object with the bitmap


Default is Bitmap_Actual.