Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IColorFormat Interface / ObjectThemeColor Property


In This Topic
ObjectThemeColor Property
In This Topic
Gets or sets a color that is mapped to the theme color scheme.
Syntax
'Declaration
 
Property ObjectThemeColor As SchemeThemeColors
 
'Usage
 
Dim instance As IColorFormat
Dim value As SchemeThemeColors
 
instance.ObjectThemeColor = value
 
value = instance.ObjectThemeColor

Property Value

The color that is mapped to the theme color scheme.
See Also