Spread Windows Forms 17
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
    SchemeThemeColors ObjectThemeColor {get; set;}

    Property Value

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