Visual Basic (Declaration) | |
---|---|
Public Property BackgroundRepeat As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Background Dim value As String instance.BackgroundRepeat = value value = instance.BackgroundRepeat |
C# | |
---|---|
public string BackgroundRepeat {get; set;} |
Property Value
String containing the setting of how the background image is tiledThe 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).
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family