GrapeCity ActiveReports for .NET 16.0J
TextAlign 列挙体

GrapeCity.ActiveReports.PageReportModel 名前空間 : TextAlign 列挙体
テキストの横方向の配置を指定します。
シンタックス
'宣言
 
Public Enum TextAlign 
   Inherits System.Enum
public enum TextAlign : System.Enum 
メンバ
メンバ解説
Center中央揃えテキストであることを指定します。
General配置はコンテンツタイプに基づいていることを指定します。
Justify両端揃えテキストであることを指定します。
Left左揃えテキストであることを指定します。
Right右揃えテキストであることを指定します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.TextAlign

参照

GrapeCity.ActiveReports.PageReportModel 名前空間