Spread Silverlight Documentation
Colors Property


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadTheme Class : Colors Property
Gets or sets the base colors of the theme.
Syntax
'Declaration
 
Public Property Colors As ThemeColor
'Usage
 
Dim instance As SpreadTheme
Dim value As ThemeColor
 
instance.Colors = value
 
value = instance.Colors
public ThemeColor Colors {get; set;}

Property Value

The base colors of the theme.
See Also

Reference

SpreadTheme Class
SpreadTheme Members