Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorStop Class / ThemeColor Property


In This Topic
    ThemeColor Property (ColorStop)
    In This Topic
    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