Spread Windows Forms 12.0 Product Documentation
PatternThemeColor Property


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

Property Value

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

Reference

IInterior Interface
IInterior Members