Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ChartLabelStyleInfo Class / ForegroundThemeColor Property


In This Topic
    ForegroundThemeColor Property (ChartLabelStyleInfo)
    In This Topic
    Gets or sets the color of the foreground theme.
    Syntax
    'Declaration
     
    Public Property ForegroundThemeColor As String
    'Usage
     
    Dim instance As ChartLabelStyleInfo
    Dim value As String
     
    instance.ForegroundThemeColor = value
     
    value = instance.ForegroundThemeColor
    public string ForegroundThemeColor {get; set;}

    Property Value

    The color of the foreground theme.
    See Also