CalendarView for WinForms
StringAlignment 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 : StringAlignment 列挙体
Specifies the alignment of a text string relative to its layout rectangle.
シンタックス
'宣言
 
Public Enum StringAlignment 
   Inherits System.Enum
public enum StringAlignment : System.Enum 
メンバ
メンバ解説
CenterSpecifies that text is aligned in the center of the layout rectangle.
FarSpecifies that text is aligned far from the origin position of the layout rectangle. In a left-to-right layout, the far position is right. In a right-to-left layout, the far position is left.
NearSpecifies the text be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.Drawing.Gdi.StringAlignment

参照

C1.Framework.Drawing.Gdi 名前空間