DiagramLite Programmer's Guide
DiagramItem.StrokeDashArray Property
See Also
 





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

 Syntax

C#  Copy Code

public DoubleCollection StrokeDashArray { get; set; }

Visual Basic  Copy Code

Public Property StrokeDashArray As DoubleCollection

 Property Value

A System.Windows.Media.DoubleCollection that specifies the pattern of dashes and gaps. The default is an empty collection.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace
StrokeDashOffset Property
StrokeDashCap Property