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


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

    Property Value

    The color of the stroke theme.
    See Also