ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.GraphicalRenderers Namespace / BackgroundRepeatOption Enumeration

In This Topic
    BackgroundRepeatOption Enumeration
    In This Topic
    Types of background repeating.
    Syntax
    'Declaration
     
    Public Enum BackgroundRepeatOption 
       Inherits System.Enum
    public enum BackgroundRepeatOption : System.Enum 
    Members
    MemberDescription
    NoRepeatDo not repeat the background.
    RepeatRepeate the background in whole space.
    RepeatXRepeat the background in horizontal direction only.
    RepeatYRepeat the background in vertical direction only.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Rendering.GraphicalRenderers.BackgroundRepeatOption

    See Also