DioDocs for PDF
RotatedTextAlignment 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 : RotatedTextAlignment 列挙体
Specifies the alignment of rotated text within the target rectangle.
シンタックス
'宣言
 
Public Enum RotatedTextAlignment 
   Inherits System.Enum
public enum RotatedTextAlignment : System.Enum 
メンバ
メンバ解説
BottomCenterCentered text is aligned to the bottom of the target rectangle.
BottomLeftText appears at the bottom-left corner of the target rectangle.
BottomRightText appears at the bottom-right corner of the target rectangle.
MiddleCenterText appears at the center of the target rectangle.
MiddleLeftText appears at the middle left within the target rectangle.
MiddleRightText appears at the middle right within the target rectangle.
TopCenterCentered text is aligned to the top of the target rectangle.
TopLeftText appears at the top-left corner of the target rectangle.
TopRightText appears at the top-right corner of the target rectangle.
継承階層

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

参照

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