DioDocs for PDF
SlantedTextAlignment 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 : SlantedTextAlignment 列挙体
Specifies the alignment of slanted text within the target rectangle.
シンタックス
'宣言
 
Public Enum SlantedTextAlignment 
   Inherits System.Enum
public enum SlantedTextAlignment : System.Enum 
メンバ
メンバ解説
AboveRotatedInsideText appears above the rectangle side rotated to the same angle as text. The side below the text is rotated inside the rectangle.
AboveRotatedOutsideText appears above the rectangle side rotated to the same angle as text. The side below the text is rotated outside the rectangle.
BelowRotatedInsideText appears below the rectangle side rotated to the same angle as text. The side above the text is rotated inside the rectangle.
BelowRotatedOutsideText appears below the rectangle side rotated to the same angle as text. The side above the text is rotated outside the rectangle.
CenterInsideOutsideText appears at the center between the rectangle sides rotated to the same angle as text. The side above the text is rotated inside the rectangle.
CenterOutsideInsideText appears at the center between the rectangle sides rotated to the same angle as text. The side above the text is rotated outside the rectangle.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Drawing.SlantedTextAlignment

参照

GrapeCity.Documents.Drawing 名前空間
DrawSlantedText メソッド