Spread Silverlight Documentation
ThemeColor Constructor(String,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color)


GrapeCity.Windows.SpreadSheet.Data Namespace > ThemeColor Class > ThemeColor Constructor : ThemeColor Constructor(String,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color)
The name of the theme color.
The text1 color.
The text2 color.
The background1.
The background2.
The accent1.
The accent2.
The accent3.
The accent4.
The accent5.
The accent6.
The link.
The followed link.
Initializes a new instance of the ThemeColor class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal text1 As System.Windows.Media.Color, _
   ByVal text2 As System.Windows.Media.Color, _
   ByVal background1 As System.Windows.Media.Color, _
   ByVal background2 As System.Windows.Media.Color, _
   ByVal accent1 As System.Windows.Media.Color, _
   ByVal accent2 As System.Windows.Media.Color, _
   ByVal accent3 As System.Windows.Media.Color, _
   ByVal accent4 As System.Windows.Media.Color, _
   ByVal accent5 As System.Windows.Media.Color, _
   ByVal accent6 As System.Windows.Media.Color, _
   ByVal link As System.Windows.Media.Color, _
   ByVal followedLink As System.Windows.Media.Color _
)
'Usage
 
Dim name As System.String
Dim text1 As System.Windows.Media.Color
Dim text2 As System.Windows.Media.Color
Dim background1 As System.Windows.Media.Color
Dim background2 As System.Windows.Media.Color
Dim accent1 As System.Windows.Media.Color
Dim accent2 As System.Windows.Media.Color
Dim accent3 As System.Windows.Media.Color
Dim accent4 As System.Windows.Media.Color
Dim accent5 As System.Windows.Media.Color
Dim accent6 As System.Windows.Media.Color
Dim link As System.Windows.Media.Color
Dim followedLink As System.Windows.Media.Color
 
Dim instance As New ThemeColor(name, text1, text2, background1, background2, accent1, accent2, accent3, accent4, accent5, accent6, link, followedLink)
public ThemeColor( 
   System.string name,
   System.Windows.Media.Color text1,
   System.Windows.Media.Color text2,
   System.Windows.Media.Color background1,
   System.Windows.Media.Color background2,
   System.Windows.Media.Color accent1,
   System.Windows.Media.Color accent2,
   System.Windows.Media.Color accent3,
   System.Windows.Media.Color accent4,
   System.Windows.Media.Color accent5,
   System.Windows.Media.Color accent6,
   System.Windows.Media.Color link,
   System.Windows.Media.Color followedLink
)

Parameters

name
The name of the theme color.
text1
The text1 color.
text2
The text2 color.
background1
The background1.
background2
The background2.
accent1
The accent1.
accent2
The accent2.
accent3
The accent3.
accent4
The accent4.
accent5
The accent5.
accent6
The accent6.
link
The link.
followedLink
The followed link.
See Also

Reference

ThemeColor Class
ThemeColor Members
Overload List