Aurigma Graphics Mill 5.5 for .NET
HorizontalAlignment Enumeration
Contains horizontal alignment types.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Enumeration HorizontalAlignment
C#
public enum HorizontalAlignment
Members
| 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. |