Gets or sets the dash pattern drawn by grid lines, when
LineDashStyle is
DashStyle.Custom
.
[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.