GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > BackgroundImage Class : BackgroundRepeat Property |
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 Public Property BackgroundRepeat As ExpressionInfo
public ExpressionInfo BackgroundRepeat {get; set;}
Enumerated Value | Description |
---|---|
Repeat | The image repeats horizontally and vertically in the background. |
NoRepeat | The image is rendered once and does not repeat. |
RepeatX | The image repeats horizontally in the background. |
RepeatY | The image repeats vertically in the background. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2