Reporting

Indicates how a background image will be repeated.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
[FlagsAttribute]
public enum BackgroundRepeat
Visual Basic
<FlagsAttribute> _
Public Enumeration BackgroundRepeat

Members

Member nameValueDescription
NoRepeat0 The background-image will be displayed only once.
RepeatX1 The background image will be repeated horizontally.
RepeatY2 The background image will be repeated vertically.
Repeat3 The background image will be repeated vertically and horizontally.

Version Information

Supported in: 1.0.1

See Also