[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.GraphicalRenderers.BackgroundRepeatOption

BackgroundRepeatOption Enum

Types of background repeating.

Namespace: GrapeCity.ActiveReports.Rendering.GraphicalRenderers
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum BackgroundRepeatOption

Fields

Name Description
NoRepeat

Do not repeat the background.

Repeat

Repeate the background in whole space.

RepeatX

Repeat the background in horizontal direction only.

RepeatY

Repeat the background in vertical direction only.

Extension Methods