Spread ASP.NET 6.0 Product Documentation
BackgroundAttachment Property
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Background Class : BackgroundAttachment Property


Glossary Item Box

Gets or sets how the background image is attached to the object in the document.

Syntax

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)

Remarks

Values are:

"scroll" - to allow the background image to scroll

"fixed" - to set the background image as fixed

Requirements

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

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.