[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.BackgroundImage.BackgroundRepeat

BackgroundRepeat Property

BackgroundRepeat

Gets or sets a value indicating how the background image repeats to fill the available space: vertically (RepeatY), horizontally (RepeatX), both (Repeat), or neither (NoRepeat).

Declaration
[ExpressionBaseType(typeof(BackgroundRepeat))]
public ExpressionInfo BackgroundRepeat { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object evaluating to a BackgroundRepeat enumeration.

Remarks

Valid values are listed in the table below.

Enumerated ValueDescription
RepeatAn image repeats horizontally and vertically in the background.
NoRepeatAn image is rendered once and does not repeat.
RepeatXAn image repeats horizontally in the background.
RepeatYAn image repeats vertically in the background.