'宣言 Public Enum StringAlignment Inherits System.Enum
public enum StringAlignment : System.Enum
'宣言 Public Enum StringAlignment Inherits System.Enum
public enum StringAlignment : System.Enum
メンバ | 解説 |
---|---|
Center | Specifies that text is aligned in the center of the layout rectangle. |
Far | Specifies 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. |
Near | Specifies 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