Enum DWriteParagraphAlignment
Alignment of paragraph text along the flow direction axis relative to the flow's beginning and ending edge of the layout box.
Namespace: JeremyAnsel.DirectX.DWrite
Assembly: JeremyAnsel.DirectX.DWrite.dll
Syntax
public enum DWriteParagraphAlignment
Fields
Name | Description |
---|---|
Center | The center of the paragraph is aligned to the center of the flow of the layout box. |
Far | The last line of paragraph is aligned to the flow's ending edge of the layout box. |
Near | The first line of paragraph is aligned to the flow's beginning edge of the layout box. |