Enum ParagraphAlignment
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
Specifies the alignment of paragraph text along the flow direction axis, relative to the top and bottom of the flow's layout box.
public enum ParagraphAlignment
Fields
Center = 2
The center of the flow is aligned to the center of the layout box.
Far = 1
The bottom of the text flow is aligned to the bottom edge of the layout box.
Near = 0
The top of the text flow is aligned to the top edge of the layout box.