Enum BackgroundRepeat
Indicates how a background image will be repeated.
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
[Flags]
public enum BackgroundRepeat
NoRepeat
The background-image will be displayed only once.
Repeat
The background image will be repeated vertically and horizontally.
RepeatX
The background image will be repeated horizontally.
RepeatY
The background image will be repeated vertically.