Spread for ASP.NET 11 Product Documentation
BackgroundAttachment Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Background Class : 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

See Also

Reference

Background Class
Background Members