CalendarView for WinForms
TextAlignment 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 : TextAlignment 列挙体
Specifies the text alignment by using a mask of the values in the following list. Only one flag can be chosen from those that affect horizontal and vertical alignment.
シンタックス
'宣言
 
Public Enum TextAlignment 
   Inherits System.Enum
public enum TextAlignment : System.Enum 
メンバ
メンバ解説
BaselineThe reference point will be on the base line of the text.
BottomThe reference point will be on the bottom edge of the bounding rectangle.
CenterThe reference point will be aligned horizontally with the center of the bounding rectangle.
LeftThe reference point will be on the left edge of the bounding rectangle.
RightThe reference point will be on the right edge of the bounding rectangle.
TopThe reference point will be on the top edge of the bounding rectangle.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.Drawing.Gdi.DeviceContexts.TextAlignment

参照

C1.Framework.Drawing.Gdi.DeviceContexts 名前空間