'宣言 Public Enum TextAlignment Inherits System.Enum
public enum TextAlignment : System.Enum
'宣言 Public Enum TextAlignment Inherits System.Enum
public enum TextAlignment : System.Enum
| メンバ | 解説 |
|---|---|
| Center | The center of the paragraph text is aligned to the center of the layout box. |
| Distributed | Justifies all text lines regardless of paragraph breaks. |
| Justified | Aligns text to the leading side, and also justifies text to fill the lines. |
| Leading | The leading edge of the paragraph text is aligned to the leading edge of the layout box. |
| Trailing | The trailing edge of the paragraph text is aligned to the trailing edge of the layout box. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Text.TextAlignment