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


In This Topic
    MinorGridlinesStrokeDashType Property
    In This Topic
    Gets or sets the dash pattern of minor grid lines.
    Syntax
    'Declaration
     
    Public Property MinorGridlinesStrokeDashType As StrokeDashType
    'Usage
     
    Dim instance As Axis
    Dim value As StrokeDashType
     
    instance.MinorGridlinesStrokeDashType = value
     
    value = instance.MinorGridlinesStrokeDashType
    public StrokeDashType MinorGridlinesStrokeDashType {get; set;}
    See Also