Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis Class / MinorGridlinesStrokeThemeColor Property


In This Topic
    MinorGridlinesStrokeThemeColor Property
    In This Topic
    Gets or sets the color of the minor grid stroke theme.
    Syntax
    'Declaration
     
    Public Property MinorGridlinesStrokeThemeColor As String
    'Usage
     
    Dim instance As Axis
    Dim value As String
     
    instance.MinorGridlinesStrokeThemeColor = value
     
    value = instance.MinorGridlinesStrokeThemeColor
    public string MinorGridlinesStrokeThemeColor {get; set;}

    Property Value

    The color of the minor grid stroke theme.
    See Also