Spread for ASP.NET 12 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;}
Remarks
Values are scroll and fixed.
See Also

Reference

Background Class
Background Members