GrapeCity ActiveReports for .NET 16.0J
TextAlignment 列挙体

GrapeCity.ActiveReports.Drawing 名前空間 : TextAlignment 列挙体
TextAlignment列挙体
シンタックス
'宣言
 
Public Enum TextAlignment 
   Inherits System.Enum
public enum TextAlignment : System.Enum 
メンバ
メンバ解説
Centerテキストはコントロール領域の左右の中央に合わせて配置されます。
Justifyテキストはコントロールの左右に合わせて両端揃えされます。
Leftテキストはコントロールの左辺に合わせて配置されます。
Rightテキストはコントロールの右辺に合わせて配置されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Drawing.TextAlignment

参照

GrapeCity.ActiveReports.Drawing 名前空間