Spread for ASP.NET 12 Product Documentation
Enable Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Background Class : Enable Property
Gets or sets whether the Background image is enabled.
Syntax
'Declaration
 
Public Property Enable As Boolean
'Usage
 
Dim instance As Background
Dim value As Boolean
 
instance.Enable = value
 
value = instance.Enable
public bool Enable {get; set;}

Property Value

true if enabled; false otherwise
See Also

Reference

Background Class
Background Members