GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / LineDashPattern Property
In This Topic
    LineDashPattern Property
    In This Topic
    Gets or sets the dash pattern drawn by grid lines, when LineDashStyle is DashStyle.Custom.
    Syntax
    [Category("Grid")]
    [Description("The pattern of dashes used in drawing the grid lines, when the LineDashStyle is DashStyle.Custom")]
    public virtual float[] LineDashPattern {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