[]
Determines the position of the picture within the control area.
public enum PictureAlignment
Name | Description |
---|---|
BottomLeft | The picture will print in the bottom left corner of the control. |
BottomRight | The picture will print in the bottom right corner of the control. |
Center | The picture will be centered within the control. |
TopLeft | The picture will print in the top left corner of the control. |
TopRight | The picture will print in the top right corner of the control. |