Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / PatternBrush Class / ForegroundThemeColor Property


In This Topic
    ForegroundThemeColor Property
    In This Topic
    Gets the foreground color of this pattern brush.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ForegroundThemeColor As SchemeColor
    'Usage
     
    
    Dim instance As PatternBrush
    Dim value As SchemeColor
     
    value = instance.ForegroundThemeColor
    public SchemeColor ForegroundThemeColor {get;}
    See Also