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 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