Integer constants specifying whether the Picture object is drawn as clipped or stretched.
Name |
Value |
Description |
abtnClipped |
0 * |
The picture height and width are calculated from the bitmap size. The PictureHeight and PictureWidth properties are set to the picture size. The picture is clipped to the control face area (inside the shadow area). |
abtnStretched |
1 |
The size is determined using the PictureWidth or 5% from the edge or from the text if aligned to text. |