Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartElement Class / FillThemeColor Property


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

    Property Value

    The color of the fill theme.
    See Also