Spread for ASP.NET 12 Product Documentation
BackgroundRepeat Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Background Class : BackgroundRepeat Property
Gets or sets how the background image of the object is tiled.
Syntax
'Declaration
 
Public Property BackgroundRepeat As String
'Usage
 
Dim instance As Background
Dim value As String
 
instance.BackgroundRepeat = value
 
value = instance.BackgroundRepeat
public string BackgroundRepeat {get; set;}
Remarks
Values are repeat, no-repeat, repeat-x, and repeat-y.
See Also

Reference

Background Class
Background Members