DiagramLite Programmer's Guide
Diagram.GridDashArray Property
See Also
 





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

 Syntax

C#  Copy Code

public DoubleCollection GridDashArray { get; set; }

Visual Basic  Copy Code

Public Property GridDashArray As DoubleCollection

 Property Value

A System.Windows.Media.DoubleCollection instance.

 Remarks

The dash style defined by this collection is applied to grid lines drawn when GridStyle is set to Lines.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
ShowGrid Property
GridColor Property