ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / PicturePutStyle Enumeration

In This Topic
    PicturePutStyle Enumeration
    In This Topic
    Specifies how the image is aligned inside the backdrop.
    Syntax
    'Declaration
     
    Public Enum PicturePutStyle 
       Inherits System.Enum
    public enum PicturePutStyle : System.Enum 
    Members
    MemberDescription
    BottomThe image is aligned to the bottom.
    CenteredThe image is centered.
    LeftThe image is aligned to the left.
    RightThe image is aligned to the right.
    StretchedThe image is stretched to fill the backdrop.
    TiledThe image is tiled.
    TopThe image is aligned to the top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle

    See Also