[]
        
(Showing Draft Content)

C1.C1Preview.AlignVertEnum

AlignVertEnum Enum

Specifies the vertical alignment of text within a containing object.

This is the type of TextAlignVert property.

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

Fields

Name Description
Bottom

The text is bottom-aligned.

Center

The text is centered vertically.

Justify

The text is justified vertically.

JustifyChars

When applied to vertical text (RenderVerticalText, RenderVerticalParagraph), justifies text vertically by adding white spaces between all characters.

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

Top

The text is top-aligned.