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
C#
![]() |
---|
public DoubleCollection GridDashArray { get; set; } |
Visual Basic
![]() |
---|
Public Property GridDashArray As DoubleCollection |
A DoubleCollection instance.
The dash style defined by this collection is applied to grid lines drawn when GridStyle is set to Lines.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |