Spread for ASP.NET 12 Product Documentation
BackgroundImageUrl Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Background Class : BackgroundImageUrl Property
Gets or sets the location of a background image.
Syntax
'Declaration
 
Public Property BackgroundImageUrl As String
'Usage
 
Dim instance As Background
Dim value As String
 
instance.BackgroundImageUrl = value
 
value = instance.BackgroundImageUrl
public string BackgroundImageUrl {get; set;}

Property Value

URL of the image
See Also

Reference

Background Class
Background Members