ComponentOne FlexReport for WinForms
PictureAlignEnum Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : PictureAlignEnum Enumeration
Specifies the alignment of images within the field's rectangle.
Syntax
'Declaration
 
Public Enum PictureAlignEnum 
   Inherits System.Enum
public enum PictureAlignEnum : System.Enum 
Members
MemberDescription
CenterBottomAlign to the center and to the bottom, clipping if necessary.
CenterMiddleAlign to the center and to the middle, clipping if necessary.
CenterTopAlign to the center and to the top, clipping if necessary.
LeftBottomAlign to the left and to the bottom, clipping if necessary.
LeftMiddleAlign to the left and to the middle, clipping if necessary.
LeftTopAlign to the left and to the top, clipping if necessary.
RightBottomAlign to the right and to the bottom, clipping if necessary.
RightMiddleAlign to the right and to the middle, clipping if necessary.
RightTopAlign to the right and to the top, clipping if necessary.
Remarks
Use the members of this enumeration to set the value of the Field.PictureAlign, ImageField.PictureAlign etc properties.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.PictureAlignEnum

See Also

Reference

C1.Win.FlexReport Namespace