Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Background Class / Background Constructor / Background Constructor(Background)
Background information


In This Topic
    Background Constructor(Background)
    In This Topic
    Creates a new background with the specified background information.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal info As Background _
    )
    'Usage
     
    
    Dim info As Background
     
    Dim instance As New Background(info)
    public Background( 
       Background info
    )

    Parameters

    info
    Background information
    See Also