FlexReport for WinForms
PictureAlignEnum 列挙体


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : PictureAlignEnum 列挙体
Specifies the alignment of images within the field's rectangle.
シンタックス
'宣言
 
Public Enum PictureAlignEnum 
   Inherits System.Enum
'使用法
 
Dim instance As PictureAlignEnum
public enum PictureAlignEnum : System.Enum 
メンバ
メンバ解説
CenterBottom
Align to the center and to the bottom, clipping if necessary.
CenterMiddle
Align to the center and to the middle, clipping if necessary.
CenterTop
Align to the center and to the top, clipping if necessary.
LeftBottom
Align to the left and to the bottom, clipping if necessary.
LeftMiddle
Align to the left and to the middle, clipping if necessary.
LeftTop
Align to the left and to the top, clipping if necessary.
RightBottom
Align to the right and to the bottom, clipping if necessary.
RightMiddle
Align to the right and to the middle, clipping if necessary.
RightTop
Align to the right and to the top, clipping if necessary.
解説
Use the members of this enumeration to set the value of the PictureAlign, PictureAlign etc properties.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.PictureAlignEnum

参照

参照

C1.Report 名前空間