GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / GridMajorLineDashPattern Property
In This Topic
    GridMajorLineDashPattern Property
    In This Topic
    Design-time and PropertyGrid access to Grid properties.
    Syntax
    [Category("Grid")]
    [Description("The pattern of dashes used in drawing the grid lines, when the MajorLineDashStyle is DashStyle.Custom")]
    public float[] GridMajorLineDashPattern {get; set;}
    See Also