PrintDocument for WinForms
ImageAlignHorzEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : ImageAlignHorzEnum 列挙体
Specifies the horizontal alignment of foreground and background images. This is the type of ImageAlign.AlignHorz property on Style.ImageAlign and Style.BackgroundImageAlign.
シンタックス
'宣言
 
Public Enum ImageAlignHorzEnum 
   Inherits System.Enum
'使用法
 
Dim instance As ImageAlignHorzEnum
public enum ImageAlignHorzEnum : System.Enum 
メンバ
メンバ解説
CenterThe image is centered horizontally.
LeftThe image is left-aligned.
RightThe image is right-aligned.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.ImageAlignHorzEnum

参照

C1.C1Preview 名前空間