FlexReport for WinForms
ImageAlignVertEnum 列挙体


C1.Document アセンブリ > C1.Document 名前空間 : ImageAlignVertEnum 列挙体
Specifies the vertical alignment of foreground and background images. This is the type of ImageAlign.AlignVert property on Style.ImageAlign and Style.BackgroundImageAlign.
シンタックス
'宣言
 
Public Enum ImageAlignVertEnum 
   Inherits System.Enum
'使用法
 
Dim instance As ImageAlignVertEnum
public enum ImageAlignVertEnum : System.Enum 
メンバ
メンバ解説
Bottom
The image is bottom-aligned.
Center
The image is centered vertically.
Top
The image is top-aligned.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Document.ImageAlignVertEnum

参照

参照

C1.Document 名前空間