Namespace: PdfSharp.Drawing.Layout
Specifies the alignment of a paragraph.
public enum XParagraphAlignment
Inheritance Object → ValueType → Enum → XParagraphAlignment
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| Default | 0 | Default alignment, typically left alignment. |
| Left | 1 | The paragraph is rendered left aligned. |
| Center | 2 | The paragraph is rendered centered. |
| Right | 3 | The paragraph is rendered right aligned. |
| Justify | 4 | The paragraph is rendered justified. |