GrapeCity.Xaml.SpreadSheet.Data
MinorGridlinesStrokeThemeColor Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > Axis Class : MinorGridlinesStrokeThemeColor Property
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

Reference

Axis Class
Axis Members