Contains horizontal alignment types.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public enum HorizontalAlignment
Member name | Description |
---|---|
Center |
Text is centered. |
JustifyAll |
Text is justified. |
JustifyCenter |
Text is justified, except the last line of each paragraph. The last line is centered. |
JustifyLeft |
Text is justified, except the last line of each paragraph. The last line is aligned to the left. |
JustifyRight |
Text is justified, except the last line of each paragraph. The last line is aligned to the right. |
Left |
Text is aligned to the left. |
None |
No alignment. |
Right |
Text is aligned to the right. |