HorizontalAlignment Enumeration

Contains horizontal alignment types.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public enum HorizontalAlignment

Members

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.

See Also

Reference