Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / BackgroundImagePosition Enumeration

In This Topic
    BackgroundImagePosition Enumeration
    In This Topic
    Specifies the position of a background image.
    Syntax
    'Declaration
     
    Public Enum BackgroundImagePosition 
       Inherits System.Enum
    public enum BackgroundImagePosition : System.Enum 
    Members
    MemberDescription
    BottomDraw image at bottom center.
    BottomLeftDraw image at bottom left.
    BottomRightDraw image at bottom right.
    CenterDraw image in center.
    DefaultDefault. Treated as Center.
    LeftDraw image at left center
    RightDraw image at right center.
    TopDraw image at top center.
    TopLeftDraw image at top left.
    TopRightDraw image at top right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.BackgroundImagePosition

    See Also