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


In This Topic
    PatternThemeColor Property
    In This Topic
    Gets or sets the pattern theme color in the applied color scheme that is associated with the specified object.
    Syntax
    'Declaration
     
    
    Property PatternThemeColor As ThemeColors
    'Usage
     
    
    Dim instance As IInterior
    Dim value As ThemeColors
     
    instance.PatternThemeColor = value
     
    value = instance.PatternThemeColor
    ThemeColors PatternThemeColor {get; set;}

    Property Value

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