[]
Represents image annotation layout
public enum ImageLayout
| Name | Description |
|---|---|
| Bottom | The image is displayed at the bottom of the annotation area. |
| Center | The image is displayed in the center of the annotation area. |
| Left | The image is displayed at the left edge of the annotation area. |
| LeftBottom | The image is displayed at the bottom left corner of the annotation area. |
| LeftTop | The image is displayed at the upper left corner of the annotation area. |
| Right | The image is displayed at the right end of the annotation area. |
| RightBottom | The image is displayed at the bottom right corner of the annotation area. |
| RightTop | The image is displayed at the upper right corner of the annotation area. |
| Stretch | The image is stretched to the region of the annotation regardless of the aspect ratio. |
| Tile | The image is the actual size and is displayed side-by-side across the area of the annotation. |
| Top | The image is displayed at the top of the annotation area. |
| Zoom | The image is displayed according to the size of the control. |