Specifies the alignment of text within the field's rectangle.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum FieldAlignEnum |
Visual Basic |
---|
Public Enumeration FieldAlignEnum |
Members
Member name | Description | |
---|---|---|
General | Align numbers to the right, other values to the left. | |
LeftTop | Align to the left and to the top of the field box. | |
CenterTop | Align to the center and to the top of the field box. | |
RightTop | Align to the right and to the top of the field box. | |
LeftBottom | Align to the left and to the bottom of the field box. | |
CenterBottom | Align to the center and to the bottom of the field box. | |
RightBottom | Align to the right and to the bottom of the field box. | |
LeftMiddle | Align to the left and to the middle of the field box. | |
CenterMiddle | Align to the center and to the middle of the field box. | |
RightMiddle | Align to the right and to the middle of the field box. | |
JustTop | Justify and align to the top of the field box. | |
JustBottom | Justify and align to the bottom of the field box. | |
JustMiddle | Justify and align to the middle of the field box. |