Spread Windows Forms 12.0 Product Documentation
ThemeColor Property (IInterior)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IInterior Interface : ThemeColor Property
Gets or sets the theme color in the applied color scheme that is associated with the specified object.
Syntax
'Declaration
 
Property ThemeColor As ThemeColors
'Usage
 
Dim instance As IInterior
Dim value As ThemeColors
 
instance.ThemeColor = value
 
value = instance.ThemeColor
ThemeColors ThemeColor {get; set;}

Property Value

A GrapeCity.Core.ThemeColors value represents the theme color.
See Also

Reference

IInterior Interface
IInterior Members