Search
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

 Syntax

C#  Copy Code

public DoubleCollection GridDashArray { get; set; }

Visual Basic  Copy Code

Public Property GridDashArray As DoubleCollection

 Property Value

A DoubleCollection instance.

 Remarks

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

 See Also