Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IInterior Interface / ThemeColor Property


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