BarCode for WinForms
TextAlignment 列挙体

C1.Win.Barcode.4.5.2 アセンブリ > C1.BarCode 名前空間 : TextAlignment 列挙体
バーコードコントロール内でのテキストの配置。
シンタックス
'宣言
 
Public Enum TextAlignment 
   Inherits System.Enum
public enum TextAlignment : System.Enum 
メンバ
メンバ解説
Centerテキストは、バーコードコントロール領域内の中央に配置されます。
Leftテキストは、バーコードコントロールの左端に揃えられます。
Rightテキストは、バーコードコントロールの右端に揃えられます。
継承階層

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

参照

C1.BarCode 名前空間