FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / PictureAlignEnum Enumeration

In This Topic
    PictureAlignEnum Enumeration
    In This Topic
    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.Xaml.FlexReport.PictureAlignEnum

    See Also