[]
        
(Showing Draft Content)

C1.C1Preview.AlignHorzEnum

AlignHorzEnum Enum

Specifies the horizontal alignment of text within a containing object.

This is the type of TextAlignHorz property.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public enum AlignHorzEnum

Fields

Name Description
Center

The text is centered horizontally.

Justify

The text is justified horizontally by widening the white spaces existing in the text.

JustifyChars

The text is justified horizontally by adding white spaces between all characters in the text.

(Note that if UseGdiPlusTextRendering is false, this mode is not supported, and Justify is used instead.)

Left

The text is left-aligned.

Right

The text is right-aligned.