ASP.NET Web API コントロール
TextAlignment 列挙体

C1.Web.Api.BarCode アセンブリ > C1.Web.Api.BarCode 名前空間 : TextAlignment 列挙体
コントロール内のオブジェクトまたはテキストがコントロールの要素に対して、 水平方向にどのように配置されるかを指定します。
シンタックス
'宣言
 
Public Enum TextAlignment 
   Inherits System.Enum
public enum TextAlignment : System.Enum 
メンバ
メンバ解説
Centerテキストは、バーコード内の中央に配置されます。
Leftテキストは、バーコードの左端に揃えられます。
Rightテキストは、バーコードの右端に揃えられます。
継承階層

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

参照

C1.Web.Api.BarCode 名前空間