Spread Silverlight Documentation
BackgroundColor1 Property


GrapeCity.Windows.SpreadSheet.Data Namespace > ThemeColor Class : BackgroundColor1 Property
Gets or sets the background color1.
Syntax
'Declaration
 
Public Property BackgroundColor1 As System.Windows.Media.Color
'Usage
 
Dim instance As ThemeColor
Dim value As System.Windows.Media.Color
 
instance.BackgroundColor1 = value
 
value = instance.BackgroundColor1
public System.Windows.Media.Color BackgroundColor1 {get; set;}

Property Value

The background color1.
See Also

Reference

ThemeColor Class
ThemeColor Members