'Declaration Public Enum FieldAlignEnum Inherits System.Enum
public enum FieldAlignEnum : System.Enum
'Declaration Public Enum FieldAlignEnum Inherits System.Enum
public enum FieldAlignEnum : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.FieldAlignEnum