Spread for ASP.NET 12 Product Documentation
BackgroundPosition Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Background Class : BackgroundPosition Property
Gets or sets the position of the background of the object.
Syntax
'Declaration
 
Public Property BackgroundPosition As String
'Usage
 
Dim instance As Background
Dim value As String
 
instance.BackgroundPosition = value
 
value = instance.BackgroundPosition
public string BackgroundPosition {get; set;}
Remarks
This property is defined in Cascading Style Sheets (CSS), Level 1 (CSS1).
See Also

Reference

Background Class
Background Members