AutoComplete for ASP.NET Web Forms
PictureAlignEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : PictureAlignEnum 列挙体
Specifies the alignment of images within the field's rectangle.
シンタックス
'宣言
 
Public Enum PictureAlignEnum 
   Inherits System.Enum
public enum PictureAlignEnum : System.Enum 
メンバ
メンバ解説
CenterBottomAlign to the center and to the bottom, clipping if necessary.
CenterMiddleAlign to the center and to the middle, clipping if necessary.
CenterTopAlign to the center and to the top, clipping if necessary.
ClipAlign to the left and to the top, clipping if necessary.
LeftBottomAlign to the left and to the bottom, clipping if necessary.
LeftMiddleAlign to the left and to the middle, clipping if necessary.
LeftTopAlign to the left and to the top, clipping if necessary.
RightBottomAlign to the right and to the bottom, clipping if necessary.
RightMiddleAlign to the right and to the middle, clipping if necessary.
RightTopAlign to the right and to the top, clipping if necessary.
StretchStretch the picture to fill the page.
TileTile the picture to fill the page.
ZoomScale the picture to use as much of the page as possible, while preserving the picture's aspect ratio.
解説
Use the members of this enumeration to set the value of the Field.PictureAlign and Layout.PictureAlign properties in the Field and Layout classes.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.PictureAlignEnum

参照

C1.C1Report 名前空間