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

BackgroundRepeatOption Enumeration
Types of background repeating.
Syntax
'Declaration
 
Public Enum BackgroundRepeatOption 
   Inherits 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.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

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

See Also