[]
        
(Showing Draft Content)

C1.Report.FieldAlignEnum

FieldAlignEnum Enum

Specifies the alignment of text within the field's rectangle.

Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public enum FieldAlignEnum
Remarks

Use the members of this enumeration to set the value of the Align property in the Field class.

Fields

Name Description
CenterBottom

Align to the center and to the bottom of the field box.

CenterMiddle

Align to the center and to the middle of the field box.

CenterTop

Align to the center and to the top of the field box.

General

Align numbers to the right, other values to the left.

JustBottom

Justify and align to the bottom of the field box.

JustMiddle

Justify and align to the middle of the field box.

JustTop

Justify and align to the top of the field box.

LeftBottom

Align to the left and to the bottom of the field box.

LeftMiddle

Align to the left and to the middle of the field box.

LeftTop

Align to the left and to the top of the field box.

RightBottom

Align to the right and to the bottom of the field box.

RightMiddle

Align to the right and to the middle of the field box.

RightTop

Align to the right and to the top of the field box.