Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Background Class / BackgroundAttachment Property


In This Topic
    BackgroundAttachment Property
    In This Topic
    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