Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to outline nodes. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public DoubleCollection StrokeDashArray { get; set; } |
Visual Basic Copy Code |
---|
Public Property StrokeDashArray As DoubleCollection |
A System.Windows.Media.DoubleCollection that specifies the pattern of dashes and gaps. The default is an empty collection.