BarCode for WinForms
TextAlignment 列挙体

C1.Win.BarCode.4.5.2 アセンブリ > C1.BarCode 名前空間 : TextAlignment 列挙体
The alignment of text in the barcode control.
シンタックス
'宣言
 
Public Enum TextAlignment 
   Inherits System.Enum
public enum TextAlignment : System.Enum 
メンバ
メンバ解説
CenterText is centered within the barcode control area.
LeftText is aligned to the left edge of barcode control.
RightText is aligned to the right edge of the barcode control.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.BarCode.TextAlignment

参照

C1.BarCode 名前空間