Spread for ASP.NET 10 Product Documentation
BackgroundAttachment Property


Gets or sets how the background image is attached to the object in the document.
Syntax
'Declaration
 
Public Property BackgroundAttachment As String
'Usage
 
Dim instance As Background
Dim value As String
 
instance.BackgroundAttachment = value
 
value = instance.BackgroundAttachment
public string BackgroundAttachment {get; set;}

Property Value

String containing how the background image is attached (see the values below)
Remarks

Values are:

"scroll" - to allow the background image to scroll

"fixed" - to set the background image as fixed

Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

Background Class
Background Members

 

 


Copyright © GrapeCity, inc. All rights reserved.