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