Constant Value | Description | Numeric Equivalent |
---|---|---|
BDP_DEFAULT | Is the equivalent of BDP_FIXED. Used for new fields. | -1 |
BDP_FIXED | Specifies that the image is anchored to the top left corner of the field. | 1 |
BDP_RELATIVE | Specifies that the image is anchored relative to the nearest fixed-position parent field. | 2 |
BDP_BORDEREDTILED | Specifies that the image is resized to fit the field size by tiling the edges and the central area. Border and corner effects are preserved. | 4 |
BDP_BORDEREDSCALED | Specifies that the image is resized to fit the field size by scaling the edges and the central area. Border and corner effects are preserved, including corner transparent anti-aliasing. | 12 |
BDP_CORNERED | Specifies that the field background is drawn with one or more rounded corners with transparent anti-aliasing. | 64 |