Contains horizontal alignment types.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Enumeration HorizontalAlignment
public enum HorizontalAlignment
Member name | Description | |
---|---|---|
JustifyRight |
Align text, except the last line of each paragraph, along the left and right edges. The last line has right alignment. |
|
JustifyCenter |
Align text, except the last line of each paragraph, along the left and right edges. The last line has center alignment. |
|
JustifyLeft |
Align text, except the last line of each paragraph, along the left and right edges. The last line has left alignment. |
|
JustifyAll |
Align text along the left and right edges. |
|
Center |
Align text along the center. |
|
Right |
Align text along the right edge. |
|
Left |
Align text along the left edge. |