New to Telerik ReportingStart a free 30-day trial

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
In this article
DefinitionFieldsNoRepeatRepeatRepeatXRepeatY
Not finding the help you need?
Contact Support