Search
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

 Syntax

C#  Copy Code

public DoubleCollection StrokeDashArray { get; set; }

Visual Basic  Copy Code

Public Property StrokeDashArray As DoubleCollection

 Property Value

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

 See Also