Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to draw grid lines. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public DoubleCollection GridDashArray { get; set; } |
Visual Basic
![]() |
---|
Public Property GridDashArray As DoubleCollection |
A System.Windows.Media.DoubleCollection instance.
The dash style defined by this collection is applied to grid lines drawn when GridStyle is set to Lines.