[]
Specifies the alignment of images within the field's rectangle.
public enum PictureAlignEnum
Public Enum PictureAlignEnum
Use the members of this enumeration to set the value of the PictureAlign, PictureAlign etc properties.
| Name | Description |
|---|---|
| CenterBottom | Align to the center and to the bottom, clipping if necessary. |
| CenterMiddle | Align to the center and to the middle, clipping if necessary. |
| CenterTop | Align to the center and to the top, clipping if necessary. |
| LeftBottom | Align to the left and to the bottom, clipping if necessary. |
| LeftMiddle | Align to the left and to the middle, clipping if necessary. |
| LeftTop | Align to the left and to the top, clipping if necessary. |
| RightBottom | Align to the right and to the bottom, clipping if necessary. |
| RightMiddle | Align to the right and to the middle, clipping if necessary. |
| RightTop | Align to the right and to the top, clipping if necessary. |