PrintDocument for WinForms
ImageAlignVertEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : 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 
メンバ
メンバ解説
BottomThe image is bottom-aligned.
CenterThe image is centered vertically.
TopThe image is top-aligned.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.ImageAlignVertEnum

参照

C1.C1Preview 名前空間