GrapeCity ActiveReports for .NET 14.0J
ImageLayout 列挙体

GrapeCity.ActiveReports.Document アセンブリ > GrapeCity.ActiveReports.Document.Section.Annotations 名前空間 : ImageLayout 列挙体
Annotation画像の位置を指定します。
シンタックス
'宣言
 
Public Enum ImageLayout 
   Inherits System.Enum
public enum ImageLayout : System.Enum 
メンバ
メンバ解説
Bottom画像は、注釈の領域の下端に表示されます。
Center画像は、注釈の領域の中央に表示されます。
Left画像は、注釈の領域の左端に表示されます。
LeftBottom画像は、注釈の領域の左下端に表示されます。
LeftTop画像は、注釈の領域の左上端に表示されます。
Right画像は、注釈の領域の右端に表示されます。
RightBottom画像は、注釈の領域の右下端に表示されます。
RightTop画像は、注釈の領域の右上端に表示されます。
Stretch画像は、縦横比に関わらず、注釈の領域に合わせて引き伸ばされるかどうかを取得または設定します。
Tile画像は、実際のサイズで、注釈の領域全体に並べて表示されます。
Top画像は、注釈の領域の上端に表示されます。
Zoom画像は、コントロールのサイズに合わせて表示されます。
継承階層

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

参照

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