| Visual Basic (Declaration) | |
|---|---|
Public Property BackgroundAttachment As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Background Dim value As String instance.BackgroundAttachment = value value = instance.BackgroundAttachment | |
| C# | |
|---|---|
public string BackgroundAttachment {get; set;} | |
Property Value
String containing how the background image is attached (see the values below)Values are:
"scroll" - to allow the background image to scroll
"fixed" - to set the background image as fixed
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