Spread for ASP.NET 7.0 Product Documentation
BackgroundAttachment Property
See Also  Support Options
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 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

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.