Barcode for WPF
BarCodeDirection 列挙体

C1.WPF.BarCode アセンブリ > C1.BarCode 名前空間 : BarCodeDirection 列挙体
Specifies the print direction of the barcode symbol.
シンタックス
'宣言
 
Public Enum BarCodeDirection 
   Inherits System.Enum
public enum BarCodeDirection : System.Enum 
メンバ
メンバ解説
BottomToTopThe barcode symbol is printed bottom to top.
LeftToRightThe barcode symbol is printed left to right (default).
RightToLeftThe barcode symbol is printed right to left.
TopToBottomThe barcode symbol is printed top to bottom.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.BarCode.BarCodeDirection

参照

C1.BarCode 名前空間