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

In This Topic
    BackgroundRepeatType Enumeration
    In This Topic
    Specifies how a background image should fill the available space.
    Syntax
    'Declaration
     
    Public Enum BackgroundRepeatType 
       Inherits System.Enum
    public enum BackgroundRepeatType : System.Enum 
    Members
    MemberDescription
    ClipClip the image to the available space.
    DefaultTreated as Fit within Chart and as Repeat elsewhere.
    FitStretch the image to fill the available space. Allowed only within Chart.
    RepeatRepeat the image both horizontally and vertically to fill the available space.
    RepeatXRepeat the image horizontally to fill the available space. Not allowed within Chart.
    RepeatYRepeat the image horizontally to fill the available space. Not allowed within Chart.
    Inheritance Hierarchy

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

    See Also