ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / PictureAlignment Enumeration

In This Topic
    PictureAlignment Enumeration
    In This Topic
    Determines the position of the picture within the control area.
    Syntax
    'Declaration
     
    Public Enum PictureAlignment 
       Inherits System.Enum
    public enum PictureAlignment : System.Enum 
    Members
    MemberDescription
    BottomLeftThe picture will print in the bottom left corner of the control.
    BottomRightThe picture will print in the bottom right corner of the control.
    CenterThe picture will be centered within the control.
    TopLeftThe picture will print in the top left corner of the control.
    TopRightThe picture will print in the top right corner of the control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.PictureAlignment

    See Also

    Reference

    GrapeCity.ActiveReports.SectionReportModel Namespace
    GrapeCity.ActiveReports~GrapeCity.ActiveReports.SectionReportModel~WatermarkAlignment