Spread for ASP.NET 12 Product Documentation
BackColor Property (NamedStyle)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > NamedStyle Class : BackColor Property
Gets or sets the background color for the style.
Syntax
'Declaration
 
Public Overrides Property BackColor As Color
'Usage
 
Dim instance As NamedStyle
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public override Color BackColor {get; set;}
See Also

Reference

NamedStyle Class
NamedStyle Members