Spread Windows Forms 12.0 Product Documentation
ThemeColor Property (ColorStop)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ColorStop Class : ThemeColor Property
Gets or sets the theme color of the represented object.
Syntax
'Declaration
 
Public Property ThemeColor As ThemeColors
'Usage
 
Dim instance As ColorStop
Dim value As ThemeColors
 
instance.ThemeColor = value
 
value = instance.ThemeColor
public ThemeColors ThemeColor {get; set;}

Property Value

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

Reference

ColorStop Class
ColorStop Members