GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / GridLineDashPattern Property
In This Topic
    GridLineDashPattern 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 LineDashStyle is DashStyle.Custom")]
    public float[] GridLineDashPattern {get; set;}
    See Also