GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / MajorLineDashPattern Property
In This Topic
    MajorLineDashPattern Property
    In This Topic
    Gets or sets the dash pattern drawn by grid lines, when MajorLineDashStyle is DashStyle.Custom.
    Syntax
    [Category("Grid")]
    [Description("The pattern of dashes used in drawing the grid lines, when the MajorLineDashStyle is DashStyle.Custom")]
    public virtual float[] MajorLineDashPattern {get; set;}

    Property Value

    An array of singles floats describing the length of each (alternating) drawn and empty section, repeated to form the whole dashed line. Do not modify the array returned by this property; to change the pattern, you must set this property to a newly allocated array.
    See Also