Enum
BackgroundRepeat

Indicates how a background image will be repeated.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[Flags]
public enum BackgroundRepeat

Fields

NoRepeat

The background-image will be displayed only once.

Declaration

cs-api-definition
NoRepeat = 0

Field Value

BackgroundRepeat

Repeat

The background image will be repeated vertically and horizontally.

Declaration

cs-api-definition
Repeat = RepeatX | RepeatY

Field Value

BackgroundRepeat

RepeatX

The background image will be repeated horizontally.

Declaration

cs-api-definition
RepeatX = 1

Field Value

BackgroundRepeat

RepeatY

The background image will be repeated vertically.

Declaration

cs-api-definition
RepeatY = 2

Field Value

BackgroundRepeat

In this article
DefinitionFieldsNoRepeatRepeatRepeatXRepeatY
Not finding the help you need?
Contact Support