'宣言Public Enum ImageLayout Inherits System.Enum
public enum ImageLayout : System.Enum
'宣言Public Enum ImageLayout Inherits System.Enum
public enum ImageLayout : System.Enum
| メンバ | 解説 |
|---|---|
| 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 | Gets or sets whether 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Document.Section.Annotations.ImageLayout