Spread for ASP.NET 8.0 Product Documentation
BackgroundRepeat Property


Gets or sets how the background image of the object is tiled.
Syntax
'Declaration
 
Public Property BackgroundRepeat As String
'Usage
 
Dim instance As Background
Dim value As String
 
instance.BackgroundRepeat = value
 
value = instance.BackgroundRepeat
public string BackgroundRepeat {get; set;}

Property Value

String containing the setting of how the background image is tiled
Remarks

The values are:

"repeat": to do tiling both vertically and horizontally

"no-repeat": to have no tiling and the image is not repeated

"repeat-x": to tile in the horizontal direction only

"repeat-y": to tile in the vertical direction only

For more details, refer to the background-repeat property in the W3C Recommendation, Cascading Style Sheets (CSS), Level 1 (CSS1).

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Background Class
Background Members

External

W3C CSS1

 

 


Copyright © GrapeCity, inc. All rights reserved.