ActiveReports for .NET 18.0J
ImageLayout 列挙体

GrapeCity.ActiveReports.Document.Section.Annotations 名前空間 : ImageLayout 列挙体
Image annotation layout
シンタックス
'宣言
 
Public Enum ImageLayout 
   Inherits System.Enum
public enum ImageLayout : System.Enum 
メンバ
メンバ解説
BottomThe image is displayed at the bottom of the annotation area.
CenterThe image is displayed in the center of the annotation area.
LeftThe image is displayed at the left edge of the annotation area.
LeftBottomThe image is displayed at the bottom left corner of the annotation area.
LeftTopThe image is displayed at the upper left corner of the annotation area.
RightThe image is displayed at the right end of the annotation area.
RightBottomThe image is displayed at the bottom right corner of the annotation area.
RightTopThe image is displayed at the upper right corner of the annotation area.
StretchGets or sets whether the image is stretched to the region of the annotation regardless of the aspect ratio.
TileThe image is the actual size and is displayed side-by-side across the area of the annotation.
TopThe image is displayed at the top of the annotation area.
ZoomThe image is displayed according to the size of the control.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.Section.Annotations.ImageLayout

参照

GrapeCity.ActiveReports.Document.Section.Annotations 名前空間